#D2CC39

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

Shades of Wattle #D2CC39

Tints of Wattle #D2CC39

Color information

#D2CC39 (or 0xD2CC39) is unknown color: approx Wattle. HEX triplet: D2, CC and 39. RGB value is (210,204,57). Sum of RGB (Red+Green+Blue) = 210+204+57=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC39 is #2D33C6. Grayscale: #BDBDBD. Windows color (decimal): -2962375 or 3787986. OLE color: 3787986.

HSL color Cylindrical-coordinate representation of color #D2CC39: hue angle of 57.65º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2CC39 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB21020457-
CMYK00.030.730.18
HSL57.65º62.96%52.35%-
HSV(B)57.65º72.86%82.35%-
XYZ48.9157.1812.33-
YUV189.0453.49142.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 57 (22.66% from 255) = 12.10%
R=44.59%
G=43.31%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102045700.030.730.1857.6562.9652.35
HexD2CC390349123a3f34
Octal322314710311122727764
Binary1101001011001100111001011100100110010111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC39; }

 p { color: rgb(210,204,57); }

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

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

 a { background-color: rgb(210,204,57); }

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

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

 span { border-color: rgb(210,204,57); }

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