Shades of Bird Flower #D5D40E
Tints of Bird Flower #D5D40E
RGB
CMYK
RGB Variations
Color information
#D5D40E (or 0xD5D40E) is known color: Bird Flower. HEX triplet: D5, D4 and 0E. RGB value is (213,212,14). Sum of RGB (Red+Green+Blue) = 213+212+14=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D40E is #2A2BF1. Grayscale: #BEBEBE. Windows color (decimal): -2763762 or 971989. OLE color: 971989.
HSL color Cylindrical-coordinate representation of color #D5D40E: hue angle of 59.7º 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 #D5D40E is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 14 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.16 |
| HSL | 59.7º | 0.88% | 0.45% | - |
| HSV(B) | 59.7º | 0.93% | 0.84% | - |
| XYZ | 51.06 | 61.26 | 9.55 | - |
| YUV | 189.73 | 28.83 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 14 | 0 | 0.00 | 0.93 | 0.16 | 59.7 | 0.88 | 0.45 |
| Hex | D5 | D4 | E | 0 | 0 | 5D | 10 | 3C | 58 | 2D |
| Octal | 325 | 324 | 16 | 0 | 0 | 135 | 20 | 74 | 130 | 55 |
| Binary | 11010101 | 11010100 | 1110 | 0 | 0 | 1011101 | 10000 | 111100 | 1011000 | 101101 |
Color Harmonies of #D5D40E
Complementary color
Monochromatic Colors of #D5D40E
Black with #D5D40E
Text Example
Text Example
White with #D5D40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D40E; }
p { color: rgb(213,212,14); }
H1.HeaderClassName
{
color: #D5D40E;
}
.AnyTagClassName
{
color: #D5D40E;
}
</style>
background-color css
<style>
a { background-color: #D5D40E; }
a { background-color: rgb(213,212,14); }
div.DivClassName
{
background-color: #D5D40E;
}
.BgClassName
{
background-color: #D5D40E;
}
</style>
border-color css
<style>
span { border-color: #D5D40E; }
span { border-color: rgb(213,212,14); }
td.TdClassName
{
border-color: #D5D40E;
}
.TagClassName
{
border-color: #D5D40E;
}
</style>