Shades of Wattle #D4CC37
Tints of Wattle #D4CC37
RGB
CMYK
RGB Variations
Color information
#D4CC37 (or 0xD4CC37) is known color: Wattle. HEX triplet: D4, CC and 37. RGB value is (212,204,55). Sum of RGB (Red+Green+Blue) = 212+204+55=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC37 is #2B33C8. Grayscale: #BEBEBE. Windows color (decimal): -2831305 or 3656916. OLE color: 3656916.
HSL color Cylindrical-coordinate representation of color #D4CC37: hue angle of 56.94º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4CC37 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 55 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.17 |
| HSL | 56.94º | 0.65% | 0.52% | - |
| HSV(B) | 56.94º | 0.74% | 0.83% | - |
| XYZ | 49.43 | 57.46 | 12.1 | - |
| YUV | 189.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 55 | 0 | 0.04 | 0.74 | 0.17 | 56.94 | 0.65 | 0.52 |
| Hex | D4 | CC | 37 | 0 | 4 | 4A | 11 | 39 | 41 | 34 |
| Octal | 324 | 314 | 67 | 0 | 4 | 112 | 21 | 71 | 101 | 64 |
| Binary | 11010100 | 11001100 | 110111 | 0 | 100 | 1001010 | 10001 | 111001 | 1000001 | 110100 |
Color Harmonies of #D4CC37
Complementary color
Monochromatic Colors of #D4CC37
Black with #D4CC37
Text Example
Text Example
White with #D4CC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC37; }
p { color: rgb(212,204,55); }
H1.HeaderClassName
{
color: #D4CC37;
}
.AnyTagClassName
{
color: #D4CC37;
}
</style>
background-color css
<style>
a { background-color: #D4CC37; }
a { background-color: rgb(212,204,55); }
div.DivClassName
{
background-color: #D4CC37;
}
.BgClassName
{
background-color: #D4CC37;
}
</style>
border-color css
<style>
span { border-color: #D4CC37; }
span { border-color: rgb(212,204,55); }
td.TdClassName
{
border-color: #D4CC37;
}
.TagClassName
{
border-color: #D4CC37;
}
</style>