Shades of Buttercup #DB9C22
Tints of Buttercup #DB9C22
RGB
CMYK
RGB Variations
Color information
#DB9C22 (or 0xDB9C22) is known color: Buttercup. HEX triplet: DB, 9C and 22. RGB value is (219,156,34). Sum of RGB (Red+Green+Blue) = 219+156+34=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9C22 is #2463DD. Grayscale: #A1A1A1. Windows color (decimal): -2384862 or 2268379. OLE color: 2268379.
HSL color Cylindrical-coordinate representation of color #DB9C22: hue angle of 39.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB9C22 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 34 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.14 |
| HSL | 39.57º | 0.73% | 0.5% | - |
| HSV(B) | 39.57º | 0.84% | 0.86% | - |
| XYZ | 41.39 | 38.95 | 6.85 | - |
| YUV | 160.93 | 56.37 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 34 | 0 | 0.29 | 0.84 | 0.14 | 39.57 | 0.73 | 0.5 |
| Hex | DB | 9C | 22 | 0 | 1D | 54 | E | 28 | 49 | 32 |
| Octal | 333 | 234 | 42 | 0 | 35 | 124 | 16 | 50 | 111 | 62 |
| Binary | 11011011 | 10011100 | 100010 | 0 | 11101 | 1010100 | 1110 | 101000 | 1001001 | 110010 |
Color Harmonies of #DB9C22
Complementary color
Monochromatic Colors of #DB9C22
Black with #DB9C22
Text Example
Text Example
White with #DB9C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C22; }
p { color: rgb(219,156,34); }
H1.HeaderClassName
{
color: #DB9C22;
}
.AnyTagClassName
{
color: #DB9C22;
}
</style>
background-color css
<style>
a { background-color: #DB9C22; }
a { background-color: rgb(219,156,34); }
div.DivClassName
{
background-color: #DB9C22;
}
.BgClassName
{
background-color: #DB9C22;
}
</style>
border-color css
<style>
span { border-color: #DB9C22; }
span { border-color: rgb(219,156,34); }
td.TdClassName
{
border-color: #DB9C22;
}
.TagClassName
{
border-color: #DB9C22;
}
</style>