Shades of Bird Flower #DBD800
Tints of Bird Flower #DBD800
RGB
CMYK
RGB Variations
Color information
#DBD800 (or 0xDBD800) is known color: Bird Flower. HEX triplet: DB, D8 and 00. RGB value is (219,216,0). Sum of RGB (Red+Green+Blue) = 219+216+0=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD800 is #2427FF. Grayscale: #C1C1C1. Windows color (decimal): -2369536 or 55515. OLE color: 55515.
HSL color Cylindrical-coordinate representation of color #DBD800: hue angle of 59.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBD800 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.14 |
| HSL | 59.18º | 1% | 0.43% | - |
| HSV(B) | 59.18º | 1% | 0.86% | - |
| XYZ | 53.77 | 64.17 | 9.55 | - |
| YUV | 192.27 | 19.49 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 0 | 0 | 0.01 | 1 | 0.14 | 59.18 | 1 | 0.43 |
| Hex | DB | D8 | 0 | 0 | 1 | 64 | E | 3B | 64 | 2B |
| Octal | 333 | 330 | 0 | 0 | 1 | 144 | 16 | 73 | 144 | 53 |
| Binary | 11011011 | 11011000 | 0 | 0 | 1 | 1100100 | 1110 | 111011 | 1100100 | 101011 |
Color Harmonies of #DBD800
Complementary color
Monochromatic Colors of #DBD800
Black with #DBD800
Text Example
Text Example
White with #DBD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD800; }
p { color: rgb(219,216,0); }
H1.HeaderClassName
{
color: #DBD800;
}
.AnyTagClassName
{
color: #DBD800;
}
</style>
background-color css
<style>
a { background-color: #DBD800; }
a { background-color: rgb(219,216,0); }
div.DivClassName
{
background-color: #DBD800;
}
.BgClassName
{
background-color: #DBD800;
}
</style>
border-color css
<style>
span { border-color: #DBD800; }
span { border-color: rgb(219,216,0); }
td.TdClassName
{
border-color: #DBD800;
}
.TagClassName
{
border-color: #DBD800;
}
</style>