Shades of Wattle #D4CC39
Tints of Wattle #D4CC39
RGB
CMYK
RGB Variations
Color information
#D4CC39 (or 0xD4CC39) is known color: Wattle. HEX triplet: D4, CC and 39. RGB value is (212,204,57). Sum of RGB (Red+Green+Blue) = 212+204+57=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 57 (22.66% from 255 or 12.05% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC39 is #2B33C6. Grayscale: #BEBEBE. Windows color (decimal): -2831303 or 3787988. OLE color: 3787988.
HSL color Cylindrical-coordinate representation of color #D4CC39: hue angle of 56.9º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4CC39 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 57 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.17 |
| HSL | 56.9º | 0.64% | 0.53% | - |
| HSV(B) | 56.9º | 0.73% | 0.83% | - |
| XYZ | 49.48 | 57.48 | 12.36 | - |
| YUV | 189.63 | 53.15 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 57 | 0 | 0.04 | 0.73 | 0.17 | 56.9 | 0.64 | 0.53 |
| Hex | D4 | CC | 39 | 0 | 4 | 49 | 11 | 39 | 40 | 35 |
| Octal | 324 | 314 | 71 | 0 | 4 | 111 | 21 | 71 | 100 | 65 |
| Binary | 11010100 | 11001100 | 111001 | 0 | 100 | 1001001 | 10001 | 111001 | 1000000 | 110101 |
Color Harmonies of #D4CC39
Complementary color
Monochromatic Colors of #D4CC39
Black with #D4CC39
Text Example
Text Example
White with #D4CC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC39; }
p { color: rgb(212,204,57); }
H1.HeaderClassName
{
color: #D4CC39;
}
.AnyTagClassName
{
color: #D4CC39;
}
</style>
background-color css
<style>
a { background-color: #D4CC39; }
a { background-color: rgb(212,204,57); }
div.DivClassName
{
background-color: #D4CC39;
}
.BgClassName
{
background-color: #D4CC39;
}
</style>
border-color css
<style>
span { border-color: #D4CC39; }
span { border-color: rgb(212,204,57); }
td.TdClassName
{
border-color: #D4CC39;
}
.TagClassName
{
border-color: #D4CC39;
}
</style>