Shades of Bird Flower #DBD100
Tints of Bird Flower #DBD100
RGB
CMYK
RGB Variations
Color information
#DBD100 (or 0xDBD100) is known color: Bird Flower. HEX triplet: DB, D1 and 00. RGB value is (219,209,0). Sum of RGB (Red+Green+Blue) = 219+209+0=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD100 is #242EFF. Grayscale: #BDBDBD. Windows color (decimal): -2371328 or 53723. OLE color: 53723.
HSL color Cylindrical-coordinate representation of color #DBD100: hue angle of 57.26º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBD100 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.14 |
| HSL | 57.26º | 1% | 0.43% | - |
| HSV(B) | 57.26º | 1% | 0.86% | - |
| XYZ | 52.01 | 60.66 | 8.97 | - |
| YUV | 188.16 | 21.81 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 0 | 0 | 0.05 | 1 | 0.14 | 57.26 | 1 | 0.43 |
| Hex | DB | D1 | 0 | 0 | 5 | 64 | E | 39 | 64 | 2B |
| Octal | 333 | 321 | 0 | 0 | 5 | 144 | 16 | 71 | 144 | 53 |
| Binary | 11011011 | 11010001 | 0 | 0 | 101 | 1100100 | 1110 | 111001 | 1100100 | 101011 |
Color Harmonies of #DBD100
Complementary color
Monochromatic Colors of #DBD100
Black with #DBD100
Text Example
Text Example
White with #DBD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD100; }
p { color: rgb(219,209,0); }
H1.HeaderClassName
{
color: #DBD100;
}
.AnyTagClassName
{
color: #DBD100;
}
</style>
background-color css
<style>
a { background-color: #DBD100; }
a { background-color: rgb(219,209,0); }
div.DivClassName
{
background-color: #DBD100;
}
.BgClassName
{
background-color: #DBD100;
}
</style>
border-color css
<style>
span { border-color: #DBD100; }
span { border-color: rgb(219,209,0); }
td.TdClassName
{
border-color: #DBD100;
}
.TagClassName
{
border-color: #DBD100;
}
</style>