Shades of Bird Flower #DBD407
Tints of Bird Flower #DBD407
RGB
CMYK
RGB Variations
Color information
#DBD407 (or 0xDBD407) is known color: Bird Flower. HEX triplet: DB, D4 and 07. RGB value is (219,212,7). Sum of RGB (Red+Green+Blue) = 219+212+7=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD407 is #242BF8. Grayscale: #BFBFBF. Windows color (decimal): -2370553 or 513243. OLE color: 513243.
HSL color Cylindrical-coordinate representation of color #DBD407: hue angle of 58.02º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBD407 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.14 |
| HSL | 58.02º | 0.94% | 0.44% | - |
| HSV(B) | 58.02º | 0.97% | 0.86% | - |
| XYZ | 52.8 | 62.16 | 9.42 | - |
| YUV | 190.72 | 24.32 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 7 | 0 | 0.03 | 0.97 | 0.14 | 58.02 | 0.94 | 0.44 |
| Hex | DB | D4 | 7 | 0 | 3 | 61 | E | 3A | 5E | 2C |
| Octal | 333 | 324 | 7 | 0 | 3 | 141 | 16 | 72 | 136 | 54 |
| Binary | 11011011 | 11010100 | 111 | 0 | 11 | 1100001 | 1110 | 111010 | 1011110 | 101100 |
Color Harmonies of #DBD407
Complementary color
Monochromatic Colors of #DBD407
Black with #DBD407
Text Example
Text Example
White with #DBD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD407; }
p { color: rgb(219,212,7); }
H1.HeaderClassName
{
color: #DBD407;
}
.AnyTagClassName
{
color: #DBD407;
}
</style>
background-color css
<style>
a { background-color: #DBD407; }
a { background-color: rgb(219,212,7); }
div.DivClassName
{
background-color: #DBD407;
}
.BgClassName
{
background-color: #DBD407;
}
</style>
border-color css
<style>
span { border-color: #DBD407; }
span { border-color: rgb(219,212,7); }
td.TdClassName
{
border-color: #DBD407;
}
.TagClassName
{
border-color: #DBD407;
}
</style>