Shades of Bird Flower #D8D10D
Tints of Bird Flower #D8D10D
RGB
CMYK
RGB Variations
Color information
#D8D10D (or 0xD8D10D) is known color: Bird Flower. HEX triplet: D8, D1 and 0D. RGB value is (216,209,13). Sum of RGB (Red+Green+Blue) = 216+209+13=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D10D is #272EF2. Grayscale: #BDBDBD. Windows color (decimal): -2567923 or 905688. OLE color: 905688.
HSL color Cylindrical-coordinate representation of color #D8D10D: hue angle of 57.93º degrees, saturation: 0.89, 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 #D8D10D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.15 |
| HSL | 57.93º | 0.89% | 0.45% | - |
| HSV(B) | 57.93º | 0.94% | 0.85% | - |
| XYZ | 51.19 | 60.23 | 9.31 | - |
| YUV | 188.75 | 28.82 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 13 | 0 | 0.03 | 0.94 | 0.15 | 57.93 | 0.89 | 0.45 |
| Hex | D8 | D1 | D | 0 | 3 | 5E | F | 3A | 59 | 2D |
| Octal | 330 | 321 | 15 | 0 | 3 | 136 | 17 | 72 | 131 | 55 |
| Binary | 11011000 | 11010001 | 1101 | 0 | 11 | 1011110 | 1111 | 111010 | 1011001 | 101101 |
Color Harmonies of #D8D10D
Complementary color
Monochromatic Colors of #D8D10D
Black with #D8D10D
Text Example
Text Example
White with #D8D10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D10D; }
p { color: rgb(216,209,13); }
H1.HeaderClassName
{
color: #D8D10D;
}
.AnyTagClassName
{
color: #D8D10D;
}
</style>
background-color css
<style>
a { background-color: #D8D10D; }
a { background-color: rgb(216,209,13); }
div.DivClassName
{
background-color: #D8D10D;
}
.BgClassName
{
background-color: #D8D10D;
}
</style>
border-color css
<style>
span { border-color: #D8D10D; }
span { border-color: rgb(216,209,13); }
td.TdClassName
{
border-color: #D8D10D;
}
.TagClassName
{
border-color: #D8D10D;
}
</style>