Shades of Wattle #D9C03C
Tints of Wattle #D9C03C
RGB
CMYK
RGB Variations
Color information
#D9C03C (or 0xD9C03C) is known color: Wattle. HEX triplet: D9, C0 and 3C. RGB value is (217,192,60). Sum of RGB (Red+Green+Blue) = 217+192+60=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C03C is #263FC3. Grayscale: #B8B8B8. Windows color (decimal): -2506692 or 3981529. OLE color: 3981529.
HSL color Cylindrical-coordinate representation of color #D9C03C: hue angle of 50.45º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9C03C is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 60 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.15 |
| HSL | 50.45º | 0.67% | 0.54% | - |
| HSV(B) | 50.45º | 0.72% | 0.85% | - |
| XYZ | 48.28 | 52.78 | 11.92 | - |
| YUV | 184.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 60 | 0 | 0.12 | 0.72 | 0.15 | 50.45 | 0.67 | 0.54 |
| Hex | D9 | C0 | 3C | 0 | C | 48 | F | 32 | 43 | 36 |
| Octal | 331 | 300 | 74 | 0 | 14 | 110 | 17 | 62 | 103 | 66 |
| Binary | 11011001 | 11000000 | 111100 | 0 | 1100 | 1001000 | 1111 | 110010 | 1000011 | 110110 |
Color Harmonies of #D9C03C
Complementary color
Monochromatic Colors of #D9C03C
Black with #D9C03C
Text Example
Text Example
White with #D9C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C03C; }
p { color: rgb(217,192,60); }
H1.HeaderClassName
{
color: #D9C03C;
}
.AnyTagClassName
{
color: #D9C03C;
}
</style>
background-color css
<style>
a { background-color: #D9C03C; }
a { background-color: rgb(217,192,60); }
div.DivClassName
{
background-color: #D9C03C;
}
.BgClassName
{
background-color: #D9C03C;
}
</style>
border-color css
<style>
span { border-color: #D9C03C; }
span { border-color: rgb(217,192,60); }
td.TdClassName
{
border-color: #D9C03C;
}
.TagClassName
{
border-color: #D9C03C;
}
</style>