Shades of Bird Flower #D9C900
Tints of Bird Flower #D9C900
RGB
CMYK
RGB Variations
Color information
#D9C900 (or 0xD9C900) is known color: Bird Flower. HEX triplet: D9, C9 and 00. RGB value is (217,201,0). Sum of RGB (Red+Green+Blue) = 217+201+0=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C900 is #2636FF. Grayscale: #B7B7B7. Windows color (decimal): -2504448 or 51673. OLE color: 51673.
HSL color Cylindrical-coordinate representation of color #D9C900: hue angle of 55.58º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9C900 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.15 |
| HSL | 55.58º | 1% | 0.43% | - |
| HSV(B) | 55.58º | 1% | 0.85% | - |
| XYZ | 49.5 | 56.53 | 8.3 | - |
| YUV | 182.87 | 24.8 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 0 | 0 | 0.07 | 1 | 0.15 | 55.58 | 1 | 0.43 |
| Hex | D9 | C9 | 0 | 0 | 7 | 64 | F | 38 | 64 | 2B |
| Octal | 331 | 311 | 0 | 0 | 7 | 144 | 17 | 70 | 144 | 53 |
| Binary | 11011001 | 11001001 | 0 | 0 | 111 | 1100100 | 1111 | 111000 | 1100100 | 101011 |
Color Harmonies of #D9C900
Complementary color
Monochromatic Colors of #D9C900
Black with #D9C900
Text Example
Text Example
White with #D9C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C900; }
p { color: rgb(217,201,0); }
H1.HeaderClassName
{
color: #D9C900;
}
.AnyTagClassName
{
color: #D9C900;
}
</style>
background-color css
<style>
a { background-color: #D9C900; }
a { background-color: rgb(217,201,0); }
div.DivClassName
{
background-color: #D9C900;
}
.BgClassName
{
background-color: #D9C900;
}
</style>
border-color css
<style>
span { border-color: #D9C900; }
span { border-color: rgb(217,201,0); }
td.TdClassName
{
border-color: #D9C900;
}
.TagClassName
{
border-color: #D9C900;
}
</style>