Shades of Bird Flower #DBD404
Tints of Bird Flower #DBD404
RGB
CMYK
RGB Variations
Color information
#DBD404 (or 0xDBD404) is known color: Bird Flower. HEX triplet: DB, D4 and 04. RGB value is (219,212,4). Sum of RGB (Red+Green+Blue) = 219+212+4=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD404 is #242BFB. Grayscale: #BFBFBF. Windows color (decimal): -2370556 or 316635. OLE color: 316635.
HSL color Cylindrical-coordinate representation of color #DBD404: hue angle of 58.05º 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 #DBD404 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.14 |
| HSL | 58.05º | 0.96% | 0.44% | - |
| HSV(B) | 58.05º | 0.98% | 0.86% | - |
| XYZ | 52.78 | 62.16 | 9.33 | - |
| YUV | 190.38 | 22.82 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 4 | 0 | 0.03 | 0.98 | 0.14 | 58.05 | 0.96 | 0.44 |
| Hex | DB | D4 | 4 | 0 | 3 | 62 | E | 3A | 60 | 2C |
| Octal | 333 | 324 | 4 | 0 | 3 | 142 | 16 | 72 | 140 | 54 |
| Binary | 11011011 | 11010100 | 100 | 0 | 11 | 1100010 | 1110 | 111010 | 1100000 | 101100 |
Color Harmonies of #DBD404
Complementary color
Monochromatic Colors of #DBD404
Black with #DBD404
Text Example
Text Example
White with #DBD404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD404; }
p { color: rgb(219,212,4); }
H1.HeaderClassName
{
color: #DBD404;
}
.AnyTagClassName
{
color: #DBD404;
}
</style>
background-color css
<style>
a { background-color: #DBD404; }
a { background-color: rgb(219,212,4); }
div.DivClassName
{
background-color: #DBD404;
}
.BgClassName
{
background-color: #DBD404;
}
</style>
border-color css
<style>
span { border-color: #DBD404; }
span { border-color: rgb(219,212,4); }
td.TdClassName
{
border-color: #DBD404;
}
.TagClassName
{
border-color: #DBD404;
}
</style>