Shades of Bird Flower #DBC802
Tints of Bird Flower #DBC802
RGB
CMYK
RGB Variations
Color information
#DBC802 (or 0xDBC802) is known color: Bird Flower. HEX triplet: DB, C8 and 02. RGB value is (219,200,2). Sum of RGB (Red+Green+Blue) = 219+200+2=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC802 is #2437FD. Grayscale: #B7B7B7. Windows color (decimal): -2373630 or 182491. OLE color: 182491.
HSL color Cylindrical-coordinate representation of color #DBC802: hue angle of 54.75º 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 #DBC802 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.14 |
| HSL | 54.75º | 0.98% | 0.43% | - |
| HSV(B) | 54.75º | 0.99% | 0.86% | - |
| XYZ | 49.88 | 56.37 | 8.31 | - |
| YUV | 183.11 | 25.79 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 2 | 0 | 0.09 | 0.99 | 0.14 | 54.75 | 0.98 | 0.43 |
| Hex | DB | C8 | 2 | 0 | 9 | 63 | E | 37 | 62 | 2B |
| Octal | 333 | 310 | 2 | 0 | 11 | 143 | 16 | 67 | 142 | 53 |
| Binary | 11011011 | 11001000 | 10 | 0 | 1001 | 1100011 | 1110 | 110111 | 1100010 | 101011 |
Color Harmonies of #DBC802
Complementary color
Monochromatic Colors of #DBC802
Black with #DBC802
Text Example
Text Example
White with #DBC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC802; }
p { color: rgb(219,200,2); }
H1.HeaderClassName
{
color: #DBC802;
}
.AnyTagClassName
{
color: #DBC802;
}
</style>
background-color css
<style>
a { background-color: #DBC802; }
a { background-color: rgb(219,200,2); }
div.DivClassName
{
background-color: #DBC802;
}
.BgClassName
{
background-color: #DBC802;
}
</style>
border-color css
<style>
span { border-color: #DBC802; }
span { border-color: rgb(219,200,2); }
td.TdClassName
{
border-color: #DBC802;
}
.TagClassName
{
border-color: #DBC802;
}
</style>