Shades of Bird Flower #DBC002
Tints of Bird Flower #DBC002
RGB
CMYK
RGB Variations
Color information
#DBC002 (or 0xDBC002) is known color: Bird Flower. HEX triplet: DB, C0 and 02. RGB value is (219,192,2). Sum of RGB (Red+Green+Blue) = 219+192+2=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC002 is #243FFD. Grayscale: #B3B3B3. Windows color (decimal): -2375678 or 180443. OLE color: 180443.
HSL color Cylindrical-coordinate representation of color #DBC002: hue angle of 52.53º 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 #DBC002 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.14 |
| HSL | 52.53º | 0.98% | 0.43% | - |
| HSV(B) | 52.53º | 0.99% | 0.86% | - |
| XYZ | 48.07 | 52.76 | 7.71 | - |
| YUV | 178.41 | 28.45 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 2 | 0 | 0.12 | 0.99 | 0.14 | 52.53 | 0.98 | 0.43 |
| Hex | DB | C0 | 2 | 0 | C | 63 | E | 35 | 62 | 2B |
| Octal | 333 | 300 | 2 | 0 | 14 | 143 | 16 | 65 | 142 | 53 |
| Binary | 11011011 | 11000000 | 10 | 0 | 1100 | 1100011 | 1110 | 110101 | 1100010 | 101011 |
Color Harmonies of #DBC002
Complementary color
Monochromatic Colors of #DBC002
Black with #DBC002
Text Example
Text Example
White with #DBC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC002; }
p { color: rgb(219,192,2); }
H1.HeaderClassName
{
color: #DBC002;
}
.AnyTagClassName
{
color: #DBC002;
}
</style>
background-color css
<style>
a { background-color: #DBC002; }
a { background-color: rgb(219,192,2); }
div.DivClassName
{
background-color: #DBC002;
}
.BgClassName
{
background-color: #DBC002;
}
</style>
border-color css
<style>
span { border-color: #DBC002; }
span { border-color: rgb(219,192,2); }
td.TdClassName
{
border-color: #DBC002;
}
.TagClassName
{
border-color: #DBC002;
}
</style>