Shades of Wattle #D8D23E
Tints of Wattle #D8D23E
RGB
CMYK
RGB Variations
Color information
#D8D23E (or 0xD8D23E) is known color: Wattle. HEX triplet: D8, D2 and 3E. RGB value is (216,210,62). Sum of RGB (Red+Green+Blue) = 216+210+62=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D23E is #272DC1. Grayscale: #C3C3C3. Windows color (decimal): -2567618 or 4117208. OLE color: 4117208.
HSL color Cylindrical-coordinate representation of color #D8D23E: hue angle of 57.66º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8D23E is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 62 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.15 |
| HSL | 57.66º | 0.66% | 0.55% | - |
| HSV(B) | 57.66º | 0.71% | 0.85% | - |
| XYZ | 52.24 | 61.04 | 13.59 | - |
| YUV | 194.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 62 | 0 | 0.03 | 0.71 | 0.15 | 57.66 | 0.66 | 0.55 |
| Hex | D8 | D2 | 3E | 0 | 3 | 47 | F | 3A | 42 | 37 |
| Octal | 330 | 322 | 76 | 0 | 3 | 107 | 17 | 72 | 102 | 67 |
| Binary | 11011000 | 11010010 | 111110 | 0 | 11 | 1000111 | 1111 | 111010 | 1000010 | 110111 |
Color Harmonies of #D8D23E
Complementary color
Monochromatic Colors of #D8D23E
Black with #D8D23E
Text Example
Text Example
White with #D8D23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D23E; }
p { color: rgb(216,210,62); }
H1.HeaderClassName
{
color: #D8D23E;
}
.AnyTagClassName
{
color: #D8D23E;
}
</style>
background-color css
<style>
a { background-color: #D8D23E; }
a { background-color: rgb(216,210,62); }
div.DivClassName
{
background-color: #D8D23E;
}
.BgClassName
{
background-color: #D8D23E;
}
</style>
border-color css
<style>
span { border-color: #D8D23E; }
span { border-color: rgb(216,210,62); }
td.TdClassName
{
border-color: #D8D23E;
}
.TagClassName
{
border-color: #D8D23E;
}
</style>