Shades of Wattle #D8D040
Tints of Wattle #D8D040
RGB
CMYK
RGB Variations
Color information
#D8D040 (or 0xD8D040) is known color: Wattle. HEX triplet: D8, D0 and 40. RGB value is (216,208,64). Sum of RGB (Red+Green+Blue) = 216+208+64=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D040 is #272FBF. Grayscale: #C2C2C2. Windows color (decimal): -2568128 or 4247768. OLE color: 4247768.
HSL color Cylindrical-coordinate representation of color #D8D040: hue angle of 56.84º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8D040 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 64 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.15 |
| HSL | 56.84º | 0.66% | 0.55% | - |
| HSV(B) | 56.84º | 0.7% | 0.85% | - |
| XYZ | 51.8 | 60.08 | 13.72 | - |
| YUV | 193.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 64 | 0 | 0.04 | 0.70 | 0.15 | 56.84 | 0.66 | 0.55 |
| Hex | D8 | D0 | 40 | 0 | 4 | 46 | F | 39 | 42 | 37 |
| Octal | 330 | 320 | 100 | 0 | 4 | 106 | 17 | 71 | 102 | 67 |
| Binary | 11011000 | 11010000 | 1000000 | 0 | 100 | 1000110 | 1111 | 111001 | 1000010 | 110111 |
Color Harmonies of #D8D040
Complementary color
Monochromatic Colors of #D8D040
Black with #D8D040
Text Example
Text Example
White with #D8D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D040; }
p { color: rgb(216,208,64); }
H1.HeaderClassName
{
color: #D8D040;
}
.AnyTagClassName
{
color: #D8D040;
}
</style>
background-color css
<style>
a { background-color: #D8D040; }
a { background-color: rgb(216,208,64); }
div.DivClassName
{
background-color: #D8D040;
}
.BgClassName
{
background-color: #D8D040;
}
</style>
border-color css
<style>
span { border-color: #D8D040; }
span { border-color: rgb(216,208,64); }
td.TdClassName
{
border-color: #D8D040;
}
.TagClassName
{
border-color: #D8D040;
}
</style>