Shades of Wattle #D9C02F
Tints of Wattle #D9C02F
RGB
CMYK
RGB Variations
Color information
#D9C02F (or 0xD9C02F) is known color: Wattle. HEX triplet: D9, C0 and 2F. RGB value is (217,192,47). Sum of RGB (Red+Green+Blue) = 217+192+47=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C02F is #263FD0. Grayscale: #B7B7B7. Windows color (decimal): -2506705 or 3129561. OLE color: 3129561.
HSL color Cylindrical-coordinate representation of color #D9C02F: hue angle of 51.18º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9C02F is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 47 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.15 |
| HSL | 51.18º | 0.69% | 0.52% | - |
| HSV(B) | 51.18º | 0.78% | 0.85% | - |
| XYZ | 47.98 | 52.66 | 10.32 | - |
| YUV | 182.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 47 | 0 | 0.12 | 0.78 | 0.15 | 51.18 | 0.69 | 0.52 |
| Hex | D9 | C0 | 2F | 0 | C | 4E | F | 33 | 45 | 34 |
| Octal | 331 | 300 | 57 | 0 | 14 | 116 | 17 | 63 | 105 | 64 |
| Binary | 11011001 | 11000000 | 101111 | 0 | 1100 | 1001110 | 1111 | 110011 | 1000101 | 110100 |
Color Harmonies of #D9C02F
Complementary color
Monochromatic Colors of #D9C02F
Black with #D9C02F
Text Example
Text Example
White with #D9C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C02F; }
p { color: rgb(217,192,47); }
H1.HeaderClassName
{
color: #D9C02F;
}
.AnyTagClassName
{
color: #D9C02F;
}
</style>
background-color css
<style>
a { background-color: #D9C02F; }
a { background-color: rgb(217,192,47); }
div.DivClassName
{
background-color: #D9C02F;
}
.BgClassName
{
background-color: #D9C02F;
}
</style>
border-color css
<style>
span { border-color: #D9C02F; }
span { border-color: rgb(217,192,47); }
td.TdClassName
{
border-color: #D9C02F;
}
.TagClassName
{
border-color: #D9C02F;
}
</style>