Shades of Bird Flower #DBD200
Tints of Bird Flower #DBD200
RGB
CMYK
RGB Variations
Color information
#DBD200 (or 0xDBD200) is known color: Bird Flower. HEX triplet: DB, D2 and 00. RGB value is (219,210,0). Sum of RGB (Red+Green+Blue) = 219+210+0=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD200 is #242DFF. Grayscale: #BDBDBD. Windows color (decimal): -2371072 or 53979. OLE color: 53979.
HSL color Cylindrical-coordinate representation of color #DBD200: hue angle of 57.53º 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 #DBD200 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.14 |
| HSL | 57.53º | 1% | 0.43% | - |
| HSV(B) | 57.53º | 1% | 0.86% | - |
| XYZ | 52.26 | 61.15 | 9.05 | - |
| YUV | 188.75 | 21.48 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 0 | 0 | 0.04 | 1 | 0.14 | 57.53 | 1 | 0.43 |
| Hex | DB | D2 | 0 | 0 | 4 | 64 | E | 3A | 64 | 2B |
| Octal | 333 | 322 | 0 | 0 | 4 | 144 | 16 | 72 | 144 | 53 |
| Binary | 11011011 | 11010010 | 0 | 0 | 100 | 1100100 | 1110 | 111010 | 1100100 | 101011 |
Color Harmonies of #DBD200
Complementary color
Monochromatic Colors of #DBD200
Black with #DBD200
Text Example
Text Example
White with #DBD200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD200; }
p { color: rgb(219,210,0); }
H1.HeaderClassName
{
color: #DBD200;
}
.AnyTagClassName
{
color: #DBD200;
}
</style>
background-color css
<style>
a { background-color: #DBD200; }
a { background-color: rgb(219,210,0); }
div.DivClassName
{
background-color: #DBD200;
}
.BgClassName
{
background-color: #DBD200;
}
</style>
border-color css
<style>
span { border-color: #DBD200; }
span { border-color: rgb(219,210,0); }
td.TdClassName
{
border-color: #DBD200;
}
.TagClassName
{
border-color: #DBD200;
}
</style>