Shades of Bird Flower #DBD702
Tints of Bird Flower #DBD702
RGB
CMYK
RGB Variations
Color information
#DBD702 (or 0xDBD702) is known color: Bird Flower. HEX triplet: DB, D7 and 02. RGB value is (219,215,2). Sum of RGB (Red+Green+Blue) = 219+215+2=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD702 is #2428FD. Grayscale: #C0C0C0. Windows color (decimal): -2369790 or 186331. OLE color: 186331.
HSL color Cylindrical-coordinate representation of color #DBD702: hue angle of 58.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBD702 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.14 |
| HSL | 58.89º | 0.98% | 0.43% | - |
| HSV(B) | 58.89º | 0.99% | 0.86% | - |
| XYZ | 53.52 | 63.67 | 9.53 | - |
| YUV | 191.91 | 20.83 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 2 | 0 | 0.02 | 0.99 | 0.14 | 58.89 | 0.98 | 0.43 |
| Hex | DB | D7 | 2 | 0 | 2 | 63 | E | 3B | 62 | 2B |
| Octal | 333 | 327 | 2 | 0 | 2 | 143 | 16 | 73 | 142 | 53 |
| Binary | 11011011 | 11010111 | 10 | 0 | 10 | 1100011 | 1110 | 111011 | 1100010 | 101011 |
Color Harmonies of #DBD702
Complementary color
Monochromatic Colors of #DBD702
Black with #DBD702
Text Example
Text Example
White with #DBD702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD702; }
p { color: rgb(219,215,2); }
H1.HeaderClassName
{
color: #DBD702;
}
.AnyTagClassName
{
color: #DBD702;
}
</style>
background-color css
<style>
a { background-color: #DBD702; }
a { background-color: rgb(219,215,2); }
div.DivClassName
{
background-color: #DBD702;
}
.BgClassName
{
background-color: #DBD702;
}
</style>
border-color css
<style>
span { border-color: #DBD702; }
span { border-color: rgb(219,215,2); }
td.TdClassName
{
border-color: #DBD702;
}
.TagClassName
{
border-color: #DBD702;
}
</style>