Shades of Bird Flower #D5D900
Tints of Bird Flower #D5D900
RGB
CMYK
RGB Variations
Color information
#D5D900 (or 0xD5D900) is known color: Bird Flower. HEX triplet: D5, D9 and 00. RGB value is (213,217,0). Sum of RGB (Red+Green+Blue) = 213+217+0=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D900 is #2A26FF. Grayscale: #BFBFBF. Windows color (decimal): -2762496 or 55765. OLE color: 55765.
HSL color Cylindrical-coordinate representation of color #D5D900: hue angle of 61.11º 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 #D5D900 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.15 |
| HSL | 61.11º | 1% | 0.43% | - |
| HSV(B) | 61.11º | 1% | 0.85% | - |
| XYZ | 52.25 | 63.77 | 9.56 | - |
| YUV | 191.07 | 20.17 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 0 | 0.02 | 0 | 1 | 0.15 | 61.11 | 1 | 0.43 |
| Hex | D5 | D9 | 0 | 2 | 0 | 64 | F | 3D | 64 | 2B |
| Octal | 325 | 331 | 0 | 2 | 0 | 144 | 17 | 75 | 144 | 53 |
| Binary | 11010101 | 11011001 | 0 | 10 | 0 | 1100100 | 1111 | 111101 | 1100100 | 101011 |
Color Harmonies of #D5D900
Complementary color
Monochromatic Colors of #D5D900
Black with #D5D900
Text Example
Text Example
White with #D5D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D900; }
p { color: rgb(213,217,0); }
H1.HeaderClassName
{
color: #D5D900;
}
.AnyTagClassName
{
color: #D5D900;
}
</style>
background-color css
<style>
a { background-color: #D5D900; }
a { background-color: rgb(213,217,0); }
div.DivClassName
{
background-color: #D5D900;
}
.BgClassName
{
background-color: #D5D900;
}
</style>
border-color css
<style>
span { border-color: #D5D900; }
span { border-color: rgb(213,217,0); }
td.TdClassName
{
border-color: #D5D900;
}
.TagClassName
{
border-color: #D5D900;
}
</style>