Shades of Bird Flower #D8C900
Tints of Bird Flower #D8C900
RGB
CMYK
RGB Variations
Color information
#D8C900 (or 0xD8C900) is known color: Bird Flower. HEX triplet: D8, C9 and 00. RGB value is (216,201,0). Sum of RGB (Red+Green+Blue) = 216+201+0=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C900 is #2736FF. Grayscale: #B7B7B7. Windows color (decimal): -2569984 or 51672. OLE color: 51672.
HSL color Cylindrical-coordinate representation of color #D8C900: hue angle of 55.83º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8C900 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.15 |
| HSL | 55.83º | 1% | 0.42% | - |
| HSV(B) | 55.83º | 1% | 0.85% | - |
| XYZ | 49.21 | 56.37 | 8.29 | - |
| YUV | 182.57 | 24.97 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 0 | 0 | 0.07 | 1 | 0.15 | 55.83 | 1 | 0.42 |
| Hex | D8 | C9 | 0 | 0 | 7 | 64 | F | 38 | 64 | 2A |
| Octal | 330 | 311 | 0 | 0 | 7 | 144 | 17 | 70 | 144 | 52 |
| Binary | 11011000 | 11001001 | 0 | 0 | 111 | 1100100 | 1111 | 111000 | 1100100 | 101010 |
Color Harmonies of #D8C900
Complementary color
Monochromatic Colors of #D8C900
Black with #D8C900
Text Example
Text Example
White with #D8C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C900; }
p { color: rgb(216,201,0); }
H1.HeaderClassName
{
color: #D8C900;
}
.AnyTagClassName
{
color: #D8C900;
}
</style>
background-color css
<style>
a { background-color: #D8C900; }
a { background-color: rgb(216,201,0); }
div.DivClassName
{
background-color: #D8C900;
}
.BgClassName
{
background-color: #D8C900;
}
</style>
border-color css
<style>
span { border-color: #D8C900; }
span { border-color: rgb(216,201,0); }
td.TdClassName
{
border-color: #D8C900;
}
.TagClassName
{
border-color: #D8C900;
}
</style>