Shades of Buttercup #DB9B32
Tints of Buttercup #DB9B32
RGB
CMYK
RGB Variations
Color information
#DB9B32 (or 0xDB9B32) is known color: Buttercup. HEX triplet: DB, 9B and 32. RGB value is (219,155,50). Sum of RGB (Red+Green+Blue) = 219+155+50=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B32 is #2464CD. Grayscale: #A2A2A2. Windows color (decimal): -2385102 or 3316699. OLE color: 3316699.
HSL color Cylindrical-coordinate representation of color #DB9B32: hue angle of 37.28º 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 #DB9B32 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 50 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.14 |
| HSL | 37.28º | 0.7% | 0.53% | - |
| HSV(B) | 37.28º | 0.77% | 0.86% | - |
| XYZ | 41.51 | 38.73 | 8.31 | - |
| YUV | 162.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 50 | 0 | 0.29 | 0.77 | 0.14 | 37.28 | 0.7 | 0.53 |
| Hex | DB | 9B | 32 | 0 | 1D | 4D | E | 25 | 46 | 35 |
| Octal | 333 | 233 | 62 | 0 | 35 | 115 | 16 | 45 | 106 | 65 |
| Binary | 11011011 | 10011011 | 110010 | 0 | 11101 | 1001101 | 1110 | 100101 | 1000110 | 110101 |
Color Harmonies of #DB9B32
Complementary color
Monochromatic Colors of #DB9B32
Black with #DB9B32
Text Example
Text Example
White with #DB9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B32; }
p { color: rgb(219,155,50); }
H1.HeaderClassName
{
color: #DB9B32;
}
.AnyTagClassName
{
color: #DB9B32;
}
</style>
background-color css
<style>
a { background-color: #DB9B32; }
a { background-color: rgb(219,155,50); }
div.DivClassName
{
background-color: #DB9B32;
}
.BgClassName
{
background-color: #DB9B32;
}
</style>
border-color css
<style>
span { border-color: #DB9B32; }
span { border-color: rgb(219,155,50); }
td.TdClassName
{
border-color: #DB9B32;
}
.TagClassName
{
border-color: #DB9B32;
}
</style>