Shades of Bird Flower #DBD504
Tints of Bird Flower #DBD504
RGB
CMYK
RGB Variations
Color information
#DBD504 (or 0xDBD504) is known color: Bird Flower. HEX triplet: DB, D5 and 04. RGB value is (219,213,4). Sum of RGB (Red+Green+Blue) = 219+213+4=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD504 is #242AFB. Grayscale: #BFBFBF. Windows color (decimal): -2370300 or 316891. OLE color: 316891.
HSL color Cylindrical-coordinate representation of color #DBD504: hue angle of 58.33º 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 #DBD504 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.14 |
| HSL | 58.33º | 0.96% | 0.44% | - |
| HSV(B) | 58.33º | 0.98% | 0.86% | - |
| XYZ | 53.03 | 62.66 | 9.41 | - |
| YUV | 190.97 | 22.49 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 4 | 0 | 0.03 | 0.98 | 0.14 | 58.33 | 0.96 | 0.44 |
| Hex | DB | D5 | 4 | 0 | 3 | 62 | E | 3A | 60 | 2C |
| Octal | 333 | 325 | 4 | 0 | 3 | 142 | 16 | 72 | 140 | 54 |
| Binary | 11011011 | 11010101 | 100 | 0 | 11 | 1100010 | 1110 | 111010 | 1100000 | 101100 |
Color Harmonies of #DBD504
Complementary color
Monochromatic Colors of #DBD504
Black with #DBD504
Text Example
Text Example
White with #DBD504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD504; }
p { color: rgb(219,213,4); }
H1.HeaderClassName
{
color: #DBD504;
}
.AnyTagClassName
{
color: #DBD504;
}
</style>
background-color css
<style>
a { background-color: #DBD504; }
a { background-color: rgb(219,213,4); }
div.DivClassName
{
background-color: #DBD504;
}
.BgClassName
{
background-color: #DBD504;
}
</style>
border-color css
<style>
span { border-color: #DBD504; }
span { border-color: rgb(219,213,4); }
td.TdClassName
{
border-color: #DBD504;
}
.TagClassName
{
border-color: #DBD504;
}
</style>