#D4CC3B

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

Shades of Wattle #D4CC3B

Tints of Wattle #D4CC3B

Color information

#D4CC3B (or 0xD4CC3B) is unknown color: approx Wattle. HEX triplet: D4, CC and 3B. RGB value is (212,204,59). Sum of RGB (Red+Green+Blue) = 212+204+59=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC3B is #2B33C4. Grayscale: #BEBEBE. Windows color (decimal): -2831301 or 3919060. OLE color: 3919060.

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

Color convert

RGB21220459-
CMYK00.040.720.17
HSL56.86º64.02%53.14%-
HSV(B)56.86º72.17%83.14%-
XYZ49.5357.512.63-
YUV189.8654.15143.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 59 (23.44% from 255) = 12.42%
R=44.63%
G=42.95%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122045900.040.720.1756.8664.0253.14
HexD4CC3B044811394035
Octal3243147304110217110065
Binary110101001100110011101101001001000100011110011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CC3B; }

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

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

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

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

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

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

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

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