Shades of Bird Flower #D8D900
Tints of Bird Flower #D8D900
RGB
CMYK
RGB Variations
Color information
#D8D900 (or 0xD8D900) is known color: Bird Flower. HEX triplet: D8, D9 and 00. RGB value is (216,217,0). Sum of RGB (Red+Green+Blue) = 216+217+0=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D900 is #2726FF. Grayscale: #C0C0C0. Windows color (decimal): -2565888 or 55768. OLE color: 55768.
HSL color Cylindrical-coordinate representation of color #D8D900: hue angle of 60.28º 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 #D8D900 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 0 | - |
| CMYK | 0.00 | 0 | 1 | 0.15 |
| HSL | 60.28º | 1% | 0.43% | - |
| HSV(B) | 60.28º | 1% | 0.85% | - |
| XYZ | 53.13 | 64.22 | 9.6 | - |
| YUV | 191.96 | 19.67 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 0 | 0.00 | 0 | 1 | 0.15 | 60.28 | 1 | 0.43 |
| Hex | D8 | D9 | 0 | 0 | 0 | 64 | F | 3C | 64 | 2B |
| Octal | 330 | 331 | 0 | 0 | 0 | 144 | 17 | 74 | 144 | 53 |
| Binary | 11011000 | 11011001 | 0 | 0 | 0 | 1100100 | 1111 | 111100 | 1100100 | 101011 |
Color Harmonies of #D8D900
Complementary color
Monochromatic Colors of #D8D900
Black with #D8D900
Text Example
Text Example
White with #D8D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D900; }
p { color: rgb(216,217,0); }
H1.HeaderClassName
{
color: #D8D900;
}
.AnyTagClassName
{
color: #D8D900;
}
</style>
background-color css
<style>
a { background-color: #D8D900; }
a { background-color: rgb(216,217,0); }
div.DivClassName
{
background-color: #D8D900;
}
.BgClassName
{
background-color: #D8D900;
}
</style>
border-color css
<style>
span { border-color: #D8D900; }
span { border-color: rgb(216,217,0); }
td.TdClassName
{
border-color: #D8D900;
}
.TagClassName
{
border-color: #D8D900;
}
</style>