Shades of Wattle #D4CC34
Tints of Wattle #D4CC34
RGB
CMYK
RGB Variations
Color information
#D4CC34 (or 0xD4CC34) is known color: Wattle. HEX triplet: D4, CC and 34. RGB value is (212,204,52). Sum of RGB (Red+Green+Blue) = 212+204+52=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC34 is #2B33CB. Grayscale: #BDBDBD. Windows color (decimal): -2831308 or 3460308. OLE color: 3460308.
HSL color Cylindrical-coordinate representation of color #D4CC34: hue angle of 57º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4CC34 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 52 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.17 |
| HSL | 57º | 0.65% | 0.52% | - |
| HSV(B) | 57º | 0.75% | 0.83% | - |
| XYZ | 49.36 | 57.43 | 11.73 | - |
| YUV | 189.06 | 50.65 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 52 | 0 | 0.04 | 0.75 | 0.17 | 57 | 0.65 | 0.52 |
| Hex | D4 | CC | 34 | 0 | 4 | 4B | 11 | 39 | 41 | 34 |
| Octal | 324 | 314 | 64 | 0 | 4 | 113 | 21 | 71 | 101 | 64 |
| Binary | 11010100 | 11001100 | 110100 | 0 | 100 | 1001011 | 10001 | 111001 | 1000001 | 110100 |
Color Harmonies of #D4CC34
Complementary color
Monochromatic Colors of #D4CC34
Black with #D4CC34
Text Example
Text Example
White with #D4CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC34; }
p { color: rgb(212,204,52); }
H1.HeaderClassName
{
color: #D4CC34;
}
.AnyTagClassName
{
color: #D4CC34;
}
</style>
background-color css
<style>
a { background-color: #D4CC34; }
a { background-color: rgb(212,204,52); }
div.DivClassName
{
background-color: #D4CC34;
}
.BgClassName
{
background-color: #D4CC34;
}
</style>
border-color css
<style>
span { border-color: #D4CC34; }
span { border-color: rgb(212,204,52); }
td.TdClassName
{
border-color: #D4CC34;
}
.TagClassName
{
border-color: #D4CC34;
}
</style>