Shades of Bird Flower #DBD505
Tints of Bird Flower #DBD505
RGB
CMYK
RGB Variations
Color information
#DBD505 (or 0xDBD505) is known color: Bird Flower. HEX triplet: DB, D5 and 05. RGB value is (219,213,5). Sum of RGB (Red+Green+Blue) = 219+213+5=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD505 is #242AFA. Grayscale: #BFBFBF. Windows color (decimal): -2370299 or 382427. OLE color: 382427.
HSL color Cylindrical-coordinate representation of color #DBD505: hue angle of 58.32º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBD505 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.14 |
| HSL | 58.32º | 0.96% | 0.44% | - |
| HSV(B) | 58.32º | 0.98% | 0.86% | - |
| XYZ | 53.04 | 62.66 | 9.44 | - |
| YUV | 191.08 | 22.99 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 5 | 0 | 0.03 | 0.98 | 0.14 | 58.32 | 0.96 | 0.44 |
| Hex | DB | D5 | 5 | 0 | 3 | 62 | E | 3A | 60 | 2C |
| Octal | 333 | 325 | 5 | 0 | 3 | 142 | 16 | 72 | 140 | 54 |
| Binary | 11011011 | 11010101 | 101 | 0 | 11 | 1100010 | 1110 | 111010 | 1100000 | 101100 |
Color Harmonies of #DBD505
Complementary color
Monochromatic Colors of #DBD505
Black with #DBD505
Text Example
Text Example
White with #DBD505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD505; }
p { color: rgb(219,213,5); }
H1.HeaderClassName
{
color: #DBD505;
}
.AnyTagClassName
{
color: #DBD505;
}
</style>
background-color css
<style>
a { background-color: #DBD505; }
a { background-color: rgb(219,213,5); }
div.DivClassName
{
background-color: #DBD505;
}
.BgClassName
{
background-color: #DBD505;
}
</style>
border-color css
<style>
span { border-color: #DBD505; }
span { border-color: rgb(219,213,5); }
td.TdClassName
{
border-color: #DBD505;
}
.TagClassName
{
border-color: #DBD505;
}
</style>