Shades of Bird Flower #D8D10E
Tints of Bird Flower #D8D10E
RGB
CMYK
RGB Variations
Color information
#D8D10E (or 0xD8D10E) is known color: Bird Flower. HEX triplet: D8, D1 and 0E. RGB value is (216,209,14). Sum of RGB (Red+Green+Blue) = 216+209+14=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D10E is #272EF1. Grayscale: #BDBDBD. Windows color (decimal): -2567922 or 971224. OLE color: 971224.
HSL color Cylindrical-coordinate representation of color #D8D10E: hue angle of 57.92º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8D10E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.15 |
| HSL | 57.92º | 0.88% | 0.45% | - |
| HSV(B) | 57.92º | 0.94% | 0.85% | - |
| XYZ | 51.2 | 60.23 | 9.34 | - |
| YUV | 188.86 | 29.32 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 14 | 0 | 0.03 | 0.94 | 0.15 | 57.92 | 0.88 | 0.45 |
| Hex | D8 | D1 | E | 0 | 3 | 5E | F | 3A | 58 | 2D |
| Octal | 330 | 321 | 16 | 0 | 3 | 136 | 17 | 72 | 130 | 55 |
| Binary | 11011000 | 11010001 | 1110 | 0 | 11 | 1011110 | 1111 | 111010 | 1011000 | 101101 |
Color Harmonies of #D8D10E
Complementary color
Monochromatic Colors of #D8D10E
Black with #D8D10E
Text Example
Text Example
White with #D8D10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D10E; }
p { color: rgb(216,209,14); }
H1.HeaderClassName
{
color: #D8D10E;
}
.AnyTagClassName
{
color: #D8D10E;
}
</style>
background-color css
<style>
a { background-color: #D8D10E; }
a { background-color: rgb(216,209,14); }
div.DivClassName
{
background-color: #D8D10E;
}
.BgClassName
{
background-color: #D8D10E;
}
</style>
border-color css
<style>
span { border-color: #D8D10E; }
span { border-color: rgb(216,209,14); }
td.TdClassName
{
border-color: #D8D10E;
}
.TagClassName
{
border-color: #D8D10E;
}
</style>