#D4C445

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

Shades of Wattle #D4C445

Tints of Wattle #D4C445

Color information

#D4C445 (or 0xD4C445) is unknown color: approx Wattle. HEX triplet: D4, C4 and 45. RGB value is (212,196,69). Sum of RGB (Red+Green+Blue) = 212+196+69=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C445 is #2B3BBA. Grayscale: #BABABA. Windows color (decimal): -2833339 or 4572372. OLE color: 4572372.

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

Color convert

RGB21219669-
CMYK00.080.670.17
HSL53.29º62.45%55.1%-
HSV(B)53.29º67.45%83.14%-
XYZ47.9753.9113.51-
YUV186.3161.8146.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 196 (76.95% from 255) = 41.09%
BLUE value IS 69 (27.34% from 255) = 14.47%
R=44.44%
G=41.09%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121966900.080.670.1753.2962.4555.1
HexD4C445084311353e37
Octal32430410501010321657667
Binary1101010011000100100010101000100001110001110101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C445; }

 p { color: rgb(212,196,69); }

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

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

 a { background-color: rgb(212,196,69); }

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

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

 span { border-color: rgb(212,196,69); }

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