Shades of Bird Flower #DBD700
Tints of Bird Flower #DBD700
RGB
CMYK
RGB Variations
Color information
#DBD700 (or 0xDBD700) is known color: Bird Flower. HEX triplet: DB, D7 and 00. RGB value is (219,215,0). Sum of RGB (Red+Green+Blue) = 219+215+0=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD700 is #2428FF. Grayscale: #C0C0C0. Windows color (decimal): -2369792 or 55259. OLE color: 55259.
HSL color Cylindrical-coordinate representation of color #DBD700: hue angle of 58.9º 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 #DBD700 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.14 |
| HSL | 58.9º | 1% | 0.43% | - |
| HSV(B) | 58.9º | 1% | 0.86% | - |
| XYZ | 53.51 | 63.66 | 9.47 | - |
| YUV | 191.69 | 19.83 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 0 | 0 | 0.02 | 1 | 0.14 | 58.9 | 1 | 0.43 |
| Hex | DB | D7 | 0 | 0 | 2 | 64 | E | 3B | 64 | 2B |
| Octal | 333 | 327 | 0 | 0 | 2 | 144 | 16 | 73 | 144 | 53 |
| Binary | 11011011 | 11010111 | 0 | 0 | 10 | 1100100 | 1110 | 111011 | 1100100 | 101011 |
Color Harmonies of #DBD700
Complementary color
Monochromatic Colors of #DBD700
Black with #DBD700
Text Example
Text Example
White with #DBD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD700; }
p { color: rgb(219,215,0); }
H1.HeaderClassName
{
color: #DBD700;
}
.AnyTagClassName
{
color: #DBD700;
}
</style>
background-color css
<style>
a { background-color: #DBD700; }
a { background-color: rgb(219,215,0); }
div.DivClassName
{
background-color: #DBD700;
}
.BgClassName
{
background-color: #DBD700;
}
</style>
border-color css
<style>
span { border-color: #DBD700; }
span { border-color: rgb(219,215,0); }
td.TdClassName
{
border-color: #DBD700;
}
.TagClassName
{
border-color: #DBD700;
}
</style>