Shades of Wattle #D8D03C
Tints of Wattle #D8D03C
RGB
CMYK
RGB Variations
Color information
#D8D03C (or 0xD8D03C) is known color: Wattle. HEX triplet: D8, D0 and 3C. RGB value is (216,208,60). Sum of RGB (Red+Green+Blue) = 216+208+60=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D03C is #272FC3. Grayscale: #C2C2C2. Windows color (decimal): -2568132 or 3985624. OLE color: 3985624.
HSL color Cylindrical-coordinate representation of color #D8D03C: hue angle of 56.92º 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 #D8D03C is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 60 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.15 |
| HSL | 56.92º | 0.67% | 0.54% | - |
| HSV(B) | 56.92º | 0.72% | 0.85% | - |
| XYZ | 51.69 | 60.04 | 13.14 | - |
| YUV | 193.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 60 | 0 | 0.04 | 0.72 | 0.15 | 56.92 | 0.67 | 0.54 |
| Hex | D8 | D0 | 3C | 0 | 4 | 48 | F | 39 | 43 | 36 |
| Octal | 330 | 320 | 74 | 0 | 4 | 110 | 17 | 71 | 103 | 66 |
| Binary | 11011000 | 11010000 | 111100 | 0 | 100 | 1001000 | 1111 | 111001 | 1000011 | 110110 |
Color Harmonies of #D8D03C
Complementary color
Monochromatic Colors of #D8D03C
Black with #D8D03C
Text Example
Text Example
White with #D8D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D03C; }
p { color: rgb(216,208,60); }
H1.HeaderClassName
{
color: #D8D03C;
}
.AnyTagClassName
{
color: #D8D03C;
}
</style>
background-color css
<style>
a { background-color: #D8D03C; }
a { background-color: rgb(216,208,60); }
div.DivClassName
{
background-color: #D8D03C;
}
.BgClassName
{
background-color: #D8D03C;
}
</style>
border-color css
<style>
span { border-color: #D8D03C; }
span { border-color: rgb(216,208,60); }
td.TdClassName
{
border-color: #D8D03C;
}
.TagClassName
{
border-color: #D8D03C;
}
</style>