Shades of Bird Flower #D4D900
Tints of Bird Flower #D4D900
RGB
CMYK
RGB Variations
Color information
#D4D900 (or 0xD4D900) is known color: Bird Flower. HEX triplet: D4, D9 and 00. RGB value is (212,217,0). Sum of RGB (Red+Green+Blue) = 212+217+0=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D900 is #2B26FF. Grayscale: #BFBFBF. Windows color (decimal): -2828032 or 55764. OLE color: 55764.
HSL color Cylindrical-coordinate representation of color #D4D900: hue angle of 61.38º 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 #D4D900 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.15 |
| HSL | 61.38º | 1% | 0.43% | - |
| HSV(B) | 61.38º | 1% | 0.85% | - |
| XYZ | 51.96 | 63.62 | 9.54 | - |
| YUV | 190.77 | 20.34 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 0 | 0.02 | 0 | 1 | 0.15 | 61.38 | 1 | 0.43 |
| Hex | D4 | D9 | 0 | 2 | 0 | 64 | F | 3D | 64 | 2B |
| Octal | 324 | 331 | 0 | 2 | 0 | 144 | 17 | 75 | 144 | 53 |
| Binary | 11010100 | 11011001 | 0 | 10 | 0 | 1100100 | 1111 | 111101 | 1100100 | 101011 |
Color Harmonies of #D4D900
Complementary color
Monochromatic Colors of #D4D900
Black with #D4D900
Text Example
Text Example
White with #D4D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D900; }
p { color: rgb(212,217,0); }
H1.HeaderClassName
{
color: #D4D900;
}
.AnyTagClassName
{
color: #D4D900;
}
</style>
background-color css
<style>
a { background-color: #D4D900; }
a { background-color: rgb(212,217,0); }
div.DivClassName
{
background-color: #D4D900;
}
.BgClassName
{
background-color: #D4D900;
}
</style>
border-color css
<style>
span { border-color: #D4D900; }
span { border-color: rgb(212,217,0); }
td.TdClassName
{
border-color: #D4D900;
}
.TagClassName
{
border-color: #D4D900;
}
</style>