Shades of Buttercup #DB9E32
Tints of Buttercup #DB9E32
RGB
CMYK
RGB Variations
Color information
#DB9E32 (or 0xDB9E32) is known color: Buttercup. HEX triplet: DB, 9E and 32. RGB value is (219,158,50). Sum of RGB (Red+Green+Blue) = 219+158+50=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9E32 is #2461CD. Grayscale: #A4A4A4. Windows color (decimal): -2384334 or 3317467. OLE color: 3317467.
HSL color Cylindrical-coordinate representation of color #DB9E32: hue angle of 38.34º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB9E32 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 50 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.14 |
| HSL | 38.34º | 0.7% | 0.53% | - |
| HSV(B) | 38.34º | 0.77% | 0.86% | - |
| XYZ | 42.02 | 39.74 | 8.47 | - |
| YUV | 163.93 | 63.71 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 50 | 0 | 0.28 | 0.77 | 0.14 | 38.34 | 0.7 | 0.53 |
| Hex | DB | 9E | 32 | 0 | 1C | 4D | E | 26 | 46 | 35 |
| Octal | 333 | 236 | 62 | 0 | 34 | 115 | 16 | 46 | 106 | 65 |
| Binary | 11011011 | 10011110 | 110010 | 0 | 11100 | 1001101 | 1110 | 100110 | 1000110 | 110101 |
Color Harmonies of #DB9E32
Complementary color
Monochromatic Colors of #DB9E32
Black with #DB9E32
Text Example
Text Example
White with #DB9E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E32; }
p { color: rgb(219,158,50); }
H1.HeaderClassName
{
color: #DB9E32;
}
.AnyTagClassName
{
color: #DB9E32;
}
</style>
background-color css
<style>
a { background-color: #DB9E32; }
a { background-color: rgb(219,158,50); }
div.DivClassName
{
background-color: #DB9E32;
}
.BgClassName
{
background-color: #DB9E32;
}
</style>
border-color css
<style>
span { border-color: #DB9E32; }
span { border-color: rgb(219,158,50); }
td.TdClassName
{
border-color: #DB9E32;
}
.TagClassName
{
border-color: #DB9E32;
}
</style>