Shades of Bird Flower #D5D10E
Tints of Bird Flower #D5D10E
RGB
CMYK
RGB Variations
Color information
#D5D10E (or 0xD5D10E) is known color: Bird Flower. HEX triplet: D5, D1 and 0E. RGB value is (213,209,14). Sum of RGB (Red+Green+Blue) = 213+209+14=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D10E is #2A2EF1. Grayscale: #BCBCBC. Windows color (decimal): -2764530 or 971221. OLE color: 971221.
HSL color Cylindrical-coordinate representation of color #D5D10E: hue angle of 58.79º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5D10E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 14 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.16 |
| HSL | 58.79º | 0.88% | 0.45% | - |
| HSV(B) | 58.79º | 0.93% | 0.84% | - |
| XYZ | 50.32 | 59.78 | 9.3 | - |
| YUV | 187.97 | 29.83 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 14 | 0 | 0.02 | 0.93 | 0.16 | 58.79 | 0.88 | 0.45 |
| Hex | D5 | D1 | E | 0 | 2 | 5D | 10 | 3B | 58 | 2D |
| Octal | 325 | 321 | 16 | 0 | 2 | 135 | 20 | 73 | 130 | 55 |
| Binary | 11010101 | 11010001 | 1110 | 0 | 10 | 1011101 | 10000 | 111011 | 1011000 | 101101 |
Color Harmonies of #D5D10E
Complementary color
Monochromatic Colors of #D5D10E
Black with #D5D10E
Text Example
Text Example
White with #D5D10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D10E; }
p { color: rgb(213,209,14); }
H1.HeaderClassName
{
color: #D5D10E;
}
.AnyTagClassName
{
color: #D5D10E;
}
</style>
background-color css
<style>
a { background-color: #D5D10E; }
a { background-color: rgb(213,209,14); }
div.DivClassName
{
background-color: #D5D10E;
}
.BgClassName
{
background-color: #D5D10E;
}
</style>
border-color css
<style>
span { border-color: #D5D10E; }
span { border-color: rgb(213,209,14); }
td.TdClassName
{
border-color: #D5D10E;
}
.TagClassName
{
border-color: #D5D10E;
}
</style>