Shades of Bird Flower #D9D108
Tints of Bird Flower #D9D108
RGB
CMYK
RGB Variations
Color information
#D9D108 (or 0xD9D108) is known color: Bird Flower. HEX triplet: D9, D1 and 08. RGB value is (217,209,8). Sum of RGB (Red+Green+Blue) = 217+209+8=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D108 is #262EF7. Grayscale: #BDBDBD. Windows color (decimal): -2502392 or 578009. OLE color: 578009.
HSL color Cylindrical-coordinate representation of color #D9D108: hue angle of 57.7º 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 #D9D108 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.15 |
| HSL | 57.7º | 0.93% | 0.44% | - |
| HSV(B) | 57.7º | 0.96% | 0.85% | - |
| XYZ | 51.46 | 60.37 | 9.17 | - |
| YUV | 188.48 | 26.15 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 8 | 0 | 0.04 | 0.96 | 0.15 | 57.7 | 0.93 | 0.44 |
| Hex | D9 | D1 | 8 | 0 | 4 | 60 | F | 3A | 5D | 2C |
| Octal | 331 | 321 | 10 | 0 | 4 | 140 | 17 | 72 | 135 | 54 |
| Binary | 11011001 | 11010001 | 1000 | 0 | 100 | 1100000 | 1111 | 111010 | 1011101 | 101100 |
Color Harmonies of #D9D108
Complementary color
Monochromatic Colors of #D9D108
Black with #D9D108
Text Example
Text Example
White with #D9D108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D108; }
p { color: rgb(217,209,8); }
H1.HeaderClassName
{
color: #D9D108;
}
.AnyTagClassName
{
color: #D9D108;
}
</style>
background-color css
<style>
a { background-color: #D9D108; }
a { background-color: rgb(217,209,8); }
div.DivClassName
{
background-color: #D9D108;
}
.BgClassName
{
background-color: #D9D108;
}
</style>
border-color css
<style>
span { border-color: #D9D108; }
span { border-color: rgb(217,209,8); }
td.TdClassName
{
border-color: #D9D108;
}
.TagClassName
{
border-color: #D9D108;
}
</style>