#D3C642

Color #D3C642 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #D3C642

Tints of Wattle #D3C642

Color information

#D3C642 (or 0xD3C642) is unknown color: approx Wattle. HEX triplet: D3, C6 and 42. RGB value is (211,198,66). Sum of RGB (Red+Green+Blue) = 211+198+66=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C642 is #2C39BD. Grayscale: #BBBBBB. Windows color (decimal): -2898366 or 4376275. OLE color: 4376275.

HSL color Cylindrical-coordinate representation of color #D3C642: hue angle of 54.62º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3C642 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21119866-
CMYK00.060.690.17
HSL54.62º62.23%54.31%-
HSV(B)54.62º68.72%82.75%-
XYZ48.0454.6313.17-
YUV186.8459.81145.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 44.42%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 66 (26.17% from 255) = 13.89%
R=44.42%
G=41.68%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111986600.060.690.1754.6262.2354.31
HexD3C642064511373e36
Octal3233061020610521677666
Binary110100111100011010000100110100010110001110111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C642; }

 p { color: rgb(211,198,66); }

 H1.HeaderClassName
 {
   color: #D3C642;
 }
 .AnyTagClassName
 {
   color: #D3C642;
 }
</style>
background-color css

<style>
 a { background-color: #D3C642; }

 a { background-color: rgb(211,198,66); }

 div.DivClassName
 {
   background-color: #D3C642;
 }
 .BgClassName
 {
   background-color: #D3C642;
 }
</style>
border-color css

<style>
 span { border-color: #D3C642; }

 span { border-color: rgb(211,198,66); }

 td.TdClassName
 {
   border-color: #D3C642;
 }
 .TagClassName
 {
   border-color: #D3C642;
 }
</style>