Shades of Bird Flower #D9C005
Tints of Bird Flower #D9C005
RGB
CMYK
RGB Variations
Color information
#D9C005 (or 0xD9C005) is known color: Bird Flower. HEX triplet: D9, C0 and 05. RGB value is (217,192,5). Sum of RGB (Red+Green+Blue) = 217+192+5=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C005 is #263FFA. Grayscale: #B2B2B2. Windows color (decimal): -2506747 or 377049. OLE color: 377049.
HSL color Cylindrical-coordinate representation of color #D9C005: hue angle of 52.92º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9C005 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.15 |
| HSL | 52.92º | 0.95% | 0.44% | - |
| HSV(B) | 52.92º | 0.98% | 0.85% | - |
| XYZ | 47.49 | 52.46 | 7.77 | - |
| YUV | 178.16 | 30.28 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 5 | 0 | 0.12 | 0.98 | 0.15 | 52.92 | 0.95 | 0.44 |
| Hex | D9 | C0 | 5 | 0 | C | 62 | F | 35 | 5F | 2C |
| Octal | 331 | 300 | 5 | 0 | 14 | 142 | 17 | 65 | 137 | 54 |
| Binary | 11011001 | 11000000 | 101 | 0 | 1100 | 1100010 | 1111 | 110101 | 1011111 | 101100 |
Color Harmonies of #D9C005
Complementary color
Monochromatic Colors of #D9C005
Black with #D9C005
Text Example
Text Example
White with #D9C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C005; }
p { color: rgb(217,192,5); }
H1.HeaderClassName
{
color: #D9C005;
}
.AnyTagClassName
{
color: #D9C005;
}
</style>
background-color css
<style>
a { background-color: #D9C005; }
a { background-color: rgb(217,192,5); }
div.DivClassName
{
background-color: #D9C005;
}
.BgClassName
{
background-color: #D9C005;
}
</style>
border-color css
<style>
span { border-color: #D9C005; }
span { border-color: rgb(217,192,5); }
td.TdClassName
{
border-color: #D9C005;
}
.TagClassName
{
border-color: #D9C005;
}
</style>