Shades of Bird Flower #DBC602
Tints of Bird Flower #DBC602
RGB
CMYK
RGB Variations
Color information
#DBC602 (or 0xDBC602) is known color: Bird Flower. HEX triplet: DB, C6 and 02. RGB value is (219,198,2). Sum of RGB (Red+Green+Blue) = 219+198+2=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC602 is #2439FD. Grayscale: #B6B6B6. Windows color (decimal): -2374142 or 181979. OLE color: 181979.
HSL color Cylindrical-coordinate representation of color #DBC602: hue angle of 54.19º 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 #DBC602 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.14 |
| HSL | 54.19º | 0.98% | 0.43% | - |
| HSV(B) | 54.19º | 0.99% | 0.86% | - |
| XYZ | 49.42 | 55.45 | 8.16 | - |
| YUV | 181.94 | 26.46 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 2 | 0 | 0.10 | 0.99 | 0.14 | 54.19 | 0.98 | 0.43 |
| Hex | DB | C6 | 2 | 0 | A | 63 | E | 36 | 62 | 2B |
| Octal | 333 | 306 | 2 | 0 | 12 | 143 | 16 | 66 | 142 | 53 |
| Binary | 11011011 | 11000110 | 10 | 0 | 1010 | 1100011 | 1110 | 110110 | 1100010 | 101011 |
Color Harmonies of #DBC602
Complementary color
Monochromatic Colors of #DBC602
Black with #DBC602
Text Example
Text Example
White with #DBC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC602; }
p { color: rgb(219,198,2); }
H1.HeaderClassName
{
color: #DBC602;
}
.AnyTagClassName
{
color: #DBC602;
}
</style>
background-color css
<style>
a { background-color: #DBC602; }
a { background-color: rgb(219,198,2); }
div.DivClassName
{
background-color: #DBC602;
}
.BgClassName
{
background-color: #DBC602;
}
</style>
border-color css
<style>
span { border-color: #DBC602; }
span { border-color: rgb(219,198,2); }
td.TdClassName
{
border-color: #DBC602;
}
.TagClassName
{
border-color: #DBC602;
}
</style>