Shades of Bird Flower #DBC102
Tints of Bird Flower #DBC102
RGB
CMYK
RGB Variations
Color information
#DBC102 (or 0xDBC102) is known color: Bird Flower. HEX triplet: DB, C1 and 02. RGB value is (219,193,2). Sum of RGB (Red+Green+Blue) = 219+193+2=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC102 is #243EFD. Grayscale: #B3B3B3. Windows color (decimal): -2375422 or 180699. OLE color: 180699.
HSL color Cylindrical-coordinate representation of color #DBC102: hue angle of 52.81º 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 #DBC102 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.14 |
| HSL | 52.81º | 0.98% | 0.43% | - |
| HSV(B) | 52.81º | 0.99% | 0.86% | - |
| XYZ | 48.29 | 53.2 | 7.78 | - |
| YUV | 179 | 28.11 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 2 | 0 | 0.12 | 0.99 | 0.14 | 52.81 | 0.98 | 0.43 |
| Hex | DB | C1 | 2 | 0 | C | 63 | E | 35 | 62 | 2B |
| Octal | 333 | 301 | 2 | 0 | 14 | 143 | 16 | 65 | 142 | 53 |
| Binary | 11011011 | 11000001 | 10 | 0 | 1100 | 1100011 | 1110 | 110101 | 1100010 | 101011 |
Color Harmonies of #DBC102
Complementary color
Monochromatic Colors of #DBC102
Black with #DBC102
Text Example
Text Example
White with #DBC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC102; }
p { color: rgb(219,193,2); }
H1.HeaderClassName
{
color: #DBC102;
}
.AnyTagClassName
{
color: #DBC102;
}
</style>
background-color css
<style>
a { background-color: #DBC102; }
a { background-color: rgb(219,193,2); }
div.DivClassName
{
background-color: #DBC102;
}
.BgClassName
{
background-color: #DBC102;
}
</style>
border-color css
<style>
span { border-color: #DBC102; }
span { border-color: rgb(219,193,2); }
td.TdClassName
{
border-color: #DBC102;
}
.TagClassName
{
border-color: #DBC102;
}
</style>