#D4CC42

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

Shades of Wattle #D4CC42

Tints of Wattle #D4CC42

Color information

#D4CC42 (or 0xD4CC42) is unknown color: approx Wattle. HEX triplet: D4, CC and 42. RGB value is (212,204,66). Sum of RGB (Red+Green+Blue) = 212+204+66=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC42 is #2B33BD. Grayscale: #BFBFBF. Windows color (decimal): -2831294 or 4377812. OLE color: 4377812.

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

Color convert

RGB21220466-
CMYK00.040.690.17
HSL56.71º62.93%54.51%-
HSV(B)56.71º68.87%83.14%-
XYZ49.7357.5813.65-
YUV190.6657.65143.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 66 (26.17% from 255) = 13.69%
R=43.98%
G=42.32%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122046600.040.690.1756.7162.9354.51
HexD4CC42044511393f37
Octal3243141020410521717767
Binary110101001100110010000100100100010110001111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CC42; }

 p { color: rgb(212,204,66); }

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

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

 a { background-color: rgb(212,204,66); }

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

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

 span { border-color: rgb(212,204,66); }

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