Shades of Bird Flower #D9D110
Tints of Bird Flower #D9D110
RGB
CMYK
RGB Variations
Color information
#D9D110 (or 0xD9D110) is known color: Bird Flower. HEX triplet: D9, D1 and 10. RGB value is (217,209,16). Sum of RGB (Red+Green+Blue) = 217+209+16=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D110 is #262EEF. Grayscale: #BEBEBE. Windows color (decimal): -2502384 or 1102297. OLE color: 1102297.
HSL color Cylindrical-coordinate representation of color #D9D110: hue angle of 57.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9D110 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 16 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.15 |
| HSL | 57.61º | 0.86% | 0.46% | - |
| HSV(B) | 57.61º | 0.93% | 0.85% | - |
| XYZ | 51.51 | 60.39 | 9.43 | - |
| YUV | 189.39 | 30.15 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 16 | 0 | 0.04 | 0.93 | 0.15 | 57.61 | 0.86 | 0.46 |
| Hex | D9 | D1 | 10 | 0 | 4 | 5D | F | 3A | 56 | 2E |
| Octal | 331 | 321 | 20 | 0 | 4 | 135 | 17 | 72 | 126 | 56 |
| Binary | 11011001 | 11010001 | 10000 | 0 | 100 | 1011101 | 1111 | 111010 | 1010110 | 101110 |
Color Harmonies of #D9D110
Complementary color
Monochromatic Colors of #D9D110
Black with #D9D110
Text Example
Text Example
White with #D9D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D110; }
p { color: rgb(217,209,16); }
H1.HeaderClassName
{
color: #D9D110;
}
.AnyTagClassName
{
color: #D9D110;
}
</style>
background-color css
<style>
a { background-color: #D9D110; }
a { background-color: rgb(217,209,16); }
div.DivClassName
{
background-color: #D9D110;
}
.BgClassName
{
background-color: #D9D110;
}
</style>
border-color css
<style>
span { border-color: #D9D110; }
span { border-color: rgb(217,209,16); }
td.TdClassName
{
border-color: #D9D110;
}
.TagClassName
{
border-color: #D9D110;
}
</style>