Shades of Bird Flower #DBD808
Tints of Bird Flower #DBD808
RGB
CMYK
RGB Variations
Color information
#DBD808 (or 0xDBD808) is known color: Bird Flower. HEX triplet: DB, D8 and 08. RGB value is (219,216,8). Sum of RGB (Red+Green+Blue) = 219+216+8=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD808 is #2427F7. Grayscale: #C2C2C2. Windows color (decimal): -2369528 or 579803. OLE color: 579803.
HSL color Cylindrical-coordinate representation of color #DBD808: hue angle of 59.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBD808 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.14 |
| HSL | 59.15º | 0.93% | 0.45% | - |
| HSV(B) | 59.15º | 0.96% | 0.86% | - |
| XYZ | 53.81 | 64.19 | 9.78 | - |
| YUV | 193.19 | 23.49 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 8 | 0 | 0.01 | 0.96 | 0.14 | 59.15 | 0.93 | 0.45 |
| Hex | DB | D8 | 8 | 0 | 1 | 60 | E | 3B | 5D | 2D |
| Octal | 333 | 330 | 10 | 0 | 1 | 140 | 16 | 73 | 135 | 55 |
| Binary | 11011011 | 11011000 | 1000 | 0 | 1 | 1100000 | 1110 | 111011 | 1011101 | 101101 |
Color Harmonies of #DBD808
Complementary color
Monochromatic Colors of #DBD808
Black with #DBD808
Text Example
Text Example
White with #DBD808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD808; }
p { color: rgb(219,216,8); }
H1.HeaderClassName
{
color: #DBD808;
}
.AnyTagClassName
{
color: #DBD808;
}
</style>
background-color css
<style>
a { background-color: #DBD808; }
a { background-color: rgb(219,216,8); }
div.DivClassName
{
background-color: #DBD808;
}
.BgClassName
{
background-color: #DBD808;
}
</style>
border-color css
<style>
span { border-color: #DBD808; }
span { border-color: rgb(219,216,8); }
td.TdClassName
{
border-color: #DBD808;
}
.TagClassName
{
border-color: #DBD808;
}
</style>