Shades of Bird Flower #D1DA00
Tints of Bird Flower #D1DA00
RGB
CMYK
RGB Variations
Color information
#D1DA00 (or 0xD1DA00) is known color: Bird Flower. HEX triplet: D1, DA and 00. RGB value is (209,218,0). Sum of RGB (Red+Green+Blue) = 209+218+0=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DA00 is #2E25FF. Grayscale: #BFBFBF. Windows color (decimal): -3024384 or 56017. OLE color: 56017.
HSL color Cylindrical-coordinate representation of color #D1DA00: hue angle of 62.48º 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 #D1DA00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.15 |
| HSL | 62.48º | 1% | 0.43% | - |
| HSV(B) | 62.48º | 1% | 0.85% | - |
| XYZ | 51.37 | 63.7 | 9.59 | - |
| YUV | 190.46 | 20.52 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 0 | 0.04 | 0 | 1 | 0.15 | 62.48 | 1 | 0.43 |
| Hex | D1 | DA | 0 | 4 | 0 | 64 | F | 3E | 64 | 2B |
| Octal | 321 | 332 | 0 | 4 | 0 | 144 | 17 | 76 | 144 | 53 |
| Binary | 11010001 | 11011010 | 0 | 100 | 0 | 1100100 | 1111 | 111110 | 1100100 | 101011 |
Color Harmonies of #D1DA00
Complementary color
Monochromatic Colors of #D1DA00
Black with #D1DA00
Text Example
Text Example
White with #D1DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA00; }
p { color: rgb(209,218,0); }
H1.HeaderClassName
{
color: #D1DA00;
}
.AnyTagClassName
{
color: #D1DA00;
}
</style>
background-color css
<style>
a { background-color: #D1DA00; }
a { background-color: rgb(209,218,0); }
div.DivClassName
{
background-color: #D1DA00;
}
.BgClassName
{
background-color: #D1DA00;
}
</style>
border-color css
<style>
span { border-color: #D1DA00; }
span { border-color: rgb(209,218,0); }
td.TdClassName
{
border-color: #D1DA00;
}
.TagClassName
{
border-color: #D1DA00;
}
</style>