Shades of Wattle #D8D043
Tints of Wattle #D8D043
RGB
CMYK
RGB Variations
Color information
#D8D043 (or 0xD8D043) is known color: Wattle. HEX triplet: D8, D0 and 43. RGB value is (216,208,67). Sum of RGB (Red+Green+Blue) = 216+208+67=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 67 (26.56% from 255 or 13.65% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D043 is #272FBC. Grayscale: #C2C2C2. Windows color (decimal): -2568125 or 4444376. OLE color: 4444376.
HSL color Cylindrical-coordinate representation of color #D8D043: hue angle of 56.78º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8D043 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 67 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.15 |
| HSL | 56.78º | 0.66% | 0.55% | - |
| HSV(B) | 56.78º | 0.69% | 0.85% | - |
| XYZ | 51.89 | 60.12 | 14.18 | - |
| YUV | 194.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 67 | 0 | 0.04 | 0.69 | 0.15 | 56.78 | 0.66 | 0.55 |
| Hex | D8 | D0 | 43 | 0 | 4 | 45 | F | 39 | 42 | 37 |
| Octal | 330 | 320 | 103 | 0 | 4 | 105 | 17 | 71 | 102 | 67 |
| Binary | 11011000 | 11010000 | 1000011 | 0 | 100 | 1000101 | 1111 | 111001 | 1000010 | 110111 |
Color Harmonies of #D8D043
Complementary color
Monochromatic Colors of #D8D043
Black with #D8D043
Text Example
Text Example
White with #D8D043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D043; }
p { color: rgb(216,208,67); }
H1.HeaderClassName
{
color: #D8D043;
}
.AnyTagClassName
{
color: #D8D043;
}
</style>
background-color css
<style>
a { background-color: #D8D043; }
a { background-color: rgb(216,208,67); }
div.DivClassName
{
background-color: #D8D043;
}
.BgClassName
{
background-color: #D8D043;
}
</style>
border-color css
<style>
span { border-color: #D8D043; }
span { border-color: rgb(216,208,67); }
td.TdClassName
{
border-color: #D8D043;
}
.TagClassName
{
border-color: #D8D043;
}
</style>