Shades of Bird Flower #DBC202
Tints of Bird Flower #DBC202
RGB
CMYK
RGB Variations
Color information
#DBC202 (or 0xDBC202) is known color: Bird Flower. HEX triplet: DB, C2 and 02. RGB value is (219,194,2). Sum of RGB (Red+Green+Blue) = 219+194+2=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC202 is #243DFD. Grayscale: #B4B4B4. Windows color (decimal): -2375166 or 180955. OLE color: 180955.
HSL color Cylindrical-coordinate representation of color #DBC202: hue angle of 53.09º 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 #DBC202 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.14 |
| HSL | 53.09º | 0.98% | 0.43% | - |
| HSV(B) | 53.09º | 0.99% | 0.86% | - |
| XYZ | 48.52 | 53.65 | 7.86 | - |
| YUV | 179.59 | 27.78 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 2 | 0 | 0.11 | 0.99 | 0.14 | 53.09 | 0.98 | 0.43 |
| Hex | DB | C2 | 2 | 0 | B | 63 | E | 35 | 62 | 2B |
| Octal | 333 | 302 | 2 | 0 | 13 | 143 | 16 | 65 | 142 | 53 |
| Binary | 11011011 | 11000010 | 10 | 0 | 1011 | 1100011 | 1110 | 110101 | 1100010 | 101011 |
Color Harmonies of #DBC202
Complementary color
Monochromatic Colors of #DBC202
Black with #DBC202
Text Example
Text Example
White with #DBC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC202; }
p { color: rgb(219,194,2); }
H1.HeaderClassName
{
color: #DBC202;
}
.AnyTagClassName
{
color: #DBC202;
}
</style>
background-color css
<style>
a { background-color: #DBC202; }
a { background-color: rgb(219,194,2); }
div.DivClassName
{
background-color: #DBC202;
}
.BgClassName
{
background-color: #DBC202;
}
</style>
border-color css
<style>
span { border-color: #DBC202; }
span { border-color: rgb(219,194,2); }
td.TdClassName
{
border-color: #DBC202;
}
.TagClassName
{
border-color: #DBC202;
}
</style>