Shades of Wattle #D4C03F
Tints of Wattle #D4C03F
RGB
CMYK
RGB Variations
Color information
#D4C03F (or 0xD4C03F) is known color: Wattle. HEX triplet: D4, C0 and 3F. RGB value is (212,192,63). Sum of RGB (Red+Green+Blue) = 212+192+63=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C03F is #2B3FC0. Grayscale: #B7B7B7. Windows color (decimal): -2834369 or 4178132. OLE color: 4178132.
HSL color Cylindrical-coordinate representation of color #D4C03F: hue angle of 51.95º 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 #D4C03F is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 63 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.17 |
| HSL | 51.95º | 0.63% | 0.54% | - |
| HSV(B) | 51.95º | 0.7% | 0.83% | - |
| XYZ | 46.9 | 52.06 | 12.28 | - |
| YUV | 183.27 | 60.13 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 63 | 0 | 0.09 | 0.70 | 0.17 | 51.95 | 0.63 | 0.54 |
| Hex | D4 | C0 | 3F | 0 | 9 | 46 | 11 | 34 | 3F | 36 |
| Octal | 324 | 300 | 77 | 0 | 11 | 106 | 21 | 64 | 77 | 66 |
| Binary | 11010100 | 11000000 | 111111 | 0 | 1001 | 1000110 | 10001 | 110100 | 111111 | 110110 |
Color Harmonies of #D4C03F
Complementary color
Monochromatic Colors of #D4C03F
Black with #D4C03F
Text Example
Text Example
White with #D4C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C03F; }
p { color: rgb(212,192,63); }
H1.HeaderClassName
{
color: #D4C03F;
}
.AnyTagClassName
{
color: #D4C03F;
}
</style>
background-color css
<style>
a { background-color: #D4C03F; }
a { background-color: rgb(212,192,63); }
div.DivClassName
{
background-color: #D4C03F;
}
.BgClassName
{
background-color: #D4C03F;
}
</style>
border-color css
<style>
span { border-color: #D4C03F; }
span { border-color: rgb(212,192,63); }
td.TdClassName
{
border-color: #D4C03F;
}
.TagClassName
{
border-color: #D4C03F;
}
</style>