Shades of Bird Flower #D9D201
Tints of Bird Flower #D9D201
RGB
CMYK
RGB Variations
Color information
#D9D201 (or 0xD9D201) is known color: Bird Flower. HEX triplet: D9, D2 and 01. RGB value is (217,210,1). Sum of RGB (Red+Green+Blue) = 217+210+1=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D201 is #262DFE. Grayscale: #BDBDBD. Windows color (decimal): -2502143 or 119513. OLE color: 119513.
HSL color Cylindrical-coordinate representation of color #D9D201: hue angle of 58.06º 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 #D9D201 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.15 |
| HSL | 58.06º | 0.99% | 0.43% | - |
| HSV(B) | 58.06º | 1% | 0.85% | - |
| XYZ | 51.67 | 60.85 | 9.05 | - |
| YUV | 188.27 | 22.32 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 1 | 0 | 0.03 | 1.00 | 0.15 | 58.06 | 0.99 | 0.43 |
| Hex | D9 | D2 | 1 | 0 | 3 | 64 | F | 3A | 63 | 2B |
| Octal | 331 | 322 | 1 | 0 | 3 | 144 | 17 | 72 | 143 | 53 |
| Binary | 11011001 | 11010010 | 1 | 0 | 11 | 1100100 | 1111 | 111010 | 1100011 | 101011 |
Color Harmonies of #D9D201
Complementary color
Monochromatic Colors of #D9D201
Black with #D9D201
Text Example
Text Example
White with #D9D201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D201; }
p { color: rgb(217,210,1); }
H1.HeaderClassName
{
color: #D9D201;
}
.AnyTagClassName
{
color: #D9D201;
}
</style>
background-color css
<style>
a { background-color: #D9D201; }
a { background-color: rgb(217,210,1); }
div.DivClassName
{
background-color: #D9D201;
}
.BgClassName
{
background-color: #D9D201;
}
</style>
border-color css
<style>
span { border-color: #D9D201; }
span { border-color: rgb(217,210,1); }
td.TdClassName
{
border-color: #D9D201;
}
.TagClassName
{
border-color: #D9D201;
}
</style>