Shades of Bird Flower #D9C801
Tints of Bird Flower #D9C801
RGB
CMYK
RGB Variations
Color information
#D9C801 (or 0xD9C801) is known color: Bird Flower. HEX triplet: D9, C8 and 01. RGB value is (217,200,1). Sum of RGB (Red+Green+Blue) = 217+200+1=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C801 is #2637FE. Grayscale: #B7B7B7. Windows color (decimal): -2504703 or 116953. OLE color: 116953.
HSL color Cylindrical-coordinate representation of color #D9C801: hue angle of 55.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9C801 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.15 |
| HSL | 55.28º | 0.99% | 0.43% | - |
| HSV(B) | 55.28º | 1% | 0.85% | - |
| XYZ | 49.28 | 56.06 | 8.25 | - |
| YUV | 182.4 | 25.63 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 1 | 0 | 0.08 | 1.00 | 0.15 | 55.28 | 0.99 | 0.43 |
| Hex | D9 | C8 | 1 | 0 | 8 | 64 | F | 37 | 63 | 2B |
| Octal | 331 | 310 | 1 | 0 | 10 | 144 | 17 | 67 | 143 | 53 |
| Binary | 11011001 | 11001000 | 1 | 0 | 1000 | 1100100 | 1111 | 110111 | 1100011 | 101011 |
Color Harmonies of #D9C801
Complementary color
Monochromatic Colors of #D9C801
Black with #D9C801
Text Example
Text Example
White with #D9C801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C801; }
p { color: rgb(217,200,1); }
H1.HeaderClassName
{
color: #D9C801;
}
.AnyTagClassName
{
color: #D9C801;
}
</style>
background-color css
<style>
a { background-color: #D9C801; }
a { background-color: rgb(217,200,1); }
div.DivClassName
{
background-color: #D9C801;
}
.BgClassName
{
background-color: #D9C801;
}
</style>
border-color css
<style>
span { border-color: #D9C801; }
span { border-color: rgb(217,200,1); }
td.TdClassName
{
border-color: #D9C801;
}
.TagClassName
{
border-color: #D9C801;
}
</style>