Shades of Bird Flower #D1D808
Tints of Bird Flower #D1D808
RGB
CMYK
RGB Variations
Color information
#D1D808 (or 0xD1D808) is known color: Bird Flower. HEX triplet: D1, D8 and 08. RGB value is (209,216,8). Sum of RGB (Red+Green+Blue) = 209+216+8=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D808 is #2E27F7. Grayscale: #BFBFBF. Windows color (decimal): -3024888 or 579793. OLE color: 579793.
HSL color Cylindrical-coordinate representation of color #D1D808: hue angle of 62.02º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1D808 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 8 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.15 |
| HSL | 62.02º | 0.93% | 0.44% | - |
| HSV(B) | 62.02º | 0.96% | 0.85% | - |
| XYZ | 50.89 | 62.68 | 9.65 | - |
| YUV | 190.2 | 25.18 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 8 | 0.03 | 0 | 0.96 | 0.15 | 62.02 | 0.93 | 0.44 |
| Hex | D1 | D8 | 8 | 3 | 0 | 60 | F | 3E | 5D | 2C |
| Octal | 321 | 330 | 10 | 3 | 0 | 140 | 17 | 76 | 135 | 54 |
| Binary | 11010001 | 11011000 | 1000 | 11 | 0 | 1100000 | 1111 | 111110 | 1011101 | 101100 |
Color Harmonies of #D1D808
Complementary color
Monochromatic Colors of #D1D808
Black with #D1D808
Text Example
Text Example
White with #D1D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D808; }
p { color: rgb(209,216,8); }
H1.HeaderClassName
{
color: #D1D808;
}
.AnyTagClassName
{
color: #D1D808;
}
</style>
background-color css
<style>
a { background-color: #D1D808; }
a { background-color: rgb(209,216,8); }
div.DivClassName
{
background-color: #D1D808;
}
.BgClassName
{
background-color: #D1D808;
}
</style>
border-color css
<style>
span { border-color: #D1D808; }
span { border-color: rgb(209,216,8); }
td.TdClassName
{
border-color: #D1D808;
}
.TagClassName
{
border-color: #D1D808;
}
</style>