Shades of Bird Flower #D1DB01
Tints of Bird Flower #D1DB01
RGB
CMYK
RGB Variations
Color information
#D1DB01 (or 0xD1DB01) is known color: Bird Flower. HEX triplet: D1, DB and 01. RGB value is (209,219,1). Sum of RGB (Red+Green+Blue) = 209+219+1=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DB01 is #2E24FE. Grayscale: #C0C0C0. Windows color (decimal): -3024127 or 121809. OLE color: 121809.
HSL color Cylindrical-coordinate representation of color #D1DB01: hue angle of 62.75º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1DB01 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 1 | - |
| CMYK | 0.05 | 0 | 1.00 | 0.14 |
| HSL | 62.75º | 0.99% | 0.43% | - |
| HSV(B) | 62.75º | 1% | 0.86% | - |
| XYZ | 51.63 | 64.22 | 9.7 | - |
| YUV | 191.16 | 20.69 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 1 | 0.05 | 0 | 1.00 | 0.14 | 62.75 | 0.99 | 0.43 |
| Hex | D1 | DB | 1 | 5 | 0 | 64 | E | 3F | 63 | 2B |
| Octal | 321 | 333 | 1 | 5 | 0 | 144 | 16 | 77 | 143 | 53 |
| Binary | 11010001 | 11011011 | 1 | 101 | 0 | 1100100 | 1110 | 111111 | 1100011 | 101011 |
Color Harmonies of #D1DB01
Complementary color
Monochromatic Colors of #D1DB01
Black with #D1DB01
Text Example
Text Example
White with #D1DB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB01; }
p { color: rgb(209,219,1); }
H1.HeaderClassName
{
color: #D1DB01;
}
.AnyTagClassName
{
color: #D1DB01;
}
</style>
background-color css
<style>
a { background-color: #D1DB01; }
a { background-color: rgb(209,219,1); }
div.DivClassName
{
background-color: #D1DB01;
}
.BgClassName
{
background-color: #D1DB01;
}
</style>
border-color css
<style>
span { border-color: #D1DB01; }
span { border-color: rgb(209,219,1); }
td.TdClassName
{
border-color: #D1DB01;
}
.TagClassName
{
border-color: #D1DB01;
}
</style>