Shades of Wattle #D4CA2F
Tints of Wattle #D4CA2F
RGB
CMYK
RGB Variations
Color information
#D4CA2F (or 0xD4CA2F) is known color: Wattle. HEX triplet: D4, CA and 2F. RGB value is (212,202,47). Sum of RGB (Red+Green+Blue) = 212+202+47=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA2F is #2B35D0. Grayscale: #BBBBBB. Windows color (decimal): -2831825 or 3132116. OLE color: 3132116.
HSL color Cylindrical-coordinate representation of color #D4CA2F: hue angle of 56.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4CA2F is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 47 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.17 |
| HSL | 56.36º | 0.66% | 0.51% | - |
| HSV(B) | 56.36º | 0.78% | 0.83% | - |
| XYZ | 48.79 | 56.44 | 11.01 | - |
| YUV | 187.32 | 48.81 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 47 | 0 | 0.05 | 0.78 | 0.17 | 56.36 | 0.66 | 0.51 |
| Hex | D4 | CA | 2F | 0 | 5 | 4E | 11 | 38 | 42 | 33 |
| Octal | 324 | 312 | 57 | 0 | 5 | 116 | 21 | 70 | 102 | 63 |
| Binary | 11010100 | 11001010 | 101111 | 0 | 101 | 1001110 | 10001 | 111000 | 1000010 | 110011 |
Color Harmonies of #D4CA2F
Complementary color
Monochromatic Colors of #D4CA2F
Black with #D4CA2F
Text Example
Text Example
White with #D4CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA2F; }
p { color: rgb(212,202,47); }
H1.HeaderClassName
{
color: #D4CA2F;
}
.AnyTagClassName
{
color: #D4CA2F;
}
</style>
background-color css
<style>
a { background-color: #D4CA2F; }
a { background-color: rgb(212,202,47); }
div.DivClassName
{
background-color: #D4CA2F;
}
.BgClassName
{
background-color: #D4CA2F;
}
</style>
border-color css
<style>
span { border-color: #D4CA2F; }
span { border-color: rgb(212,202,47); }
td.TdClassName
{
border-color: #D4CA2F;
}
.TagClassName
{
border-color: #D4CA2F;
}
</style>