Shades of Wattle #D4CA3F
Tints of Wattle #D4CA3F
RGB
CMYK
RGB Variations
Color information
#D4CA3F (or 0xD4CA3F) is known color: Wattle. HEX triplet: D4, CA and 3F. RGB value is (212,202,63). Sum of RGB (Red+Green+Blue) = 212+202+63=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA3F is #2B35C0. Grayscale: #BDBDBD. Windows color (decimal): -2831809 or 4180692. OLE color: 4180692.
HSL color Cylindrical-coordinate representation of color #D4CA3F: hue angle of 55.97º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4CA3F is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 63 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.17 |
| HSL | 55.97º | 0.63% | 0.54% | - |
| HSV(B) | 55.97º | 0.7% | 0.83% | - |
| XYZ | 49.17 | 56.6 | 13.04 | - |
| YUV | 189.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 63 | 0 | 0.05 | 0.70 | 0.17 | 55.97 | 0.63 | 0.54 |
| Hex | D4 | CA | 3F | 0 | 5 | 46 | 11 | 38 | 3F | 36 |
| Octal | 324 | 312 | 77 | 0 | 5 | 106 | 21 | 70 | 77 | 66 |
| Binary | 11010100 | 11001010 | 111111 | 0 | 101 | 1000110 | 10001 | 111000 | 111111 | 110110 |
Color Harmonies of #D4CA3F
Complementary color
Monochromatic Colors of #D4CA3F
Black with #D4CA3F
Text Example
Text Example
White with #D4CA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA3F; }
p { color: rgb(212,202,63); }
H1.HeaderClassName
{
color: #D4CA3F;
}
.AnyTagClassName
{
color: #D4CA3F;
}
</style>
background-color css
<style>
a { background-color: #D4CA3F; }
a { background-color: rgb(212,202,63); }
div.DivClassName
{
background-color: #D4CA3F;
}
.BgClassName
{
background-color: #D4CA3F;
}
</style>
border-color css
<style>
span { border-color: #D4CA3F; }
span { border-color: rgb(212,202,63); }
td.TdClassName
{
border-color: #D4CA3F;
}
.TagClassName
{
border-color: #D4CA3F;
}
</style>