Shades of Buttercup #DB9732
Tints of Buttercup #DB9732
RGB
CMYK
RGB Variations
Color information
#DB9732 (or 0xDB9732) is known color: Buttercup. HEX triplet: DB, 97 and 32. RGB value is (219,151,50). Sum of RGB (Red+Green+Blue) = 219+151+50=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9732 is #2468CD. Grayscale: #A0A0A0. Windows color (decimal): -2386126 or 3315675. OLE color: 3315675.
HSL color Cylindrical-coordinate representation of color #DB9732: hue angle of 35.86º 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 #DB9732 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 50 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.14 |
| HSL | 35.86º | 0.7% | 0.53% | - |
| HSV(B) | 35.86º | 0.77% | 0.86% | - |
| XYZ | 40.86 | 37.42 | 8.09 | - |
| YUV | 159.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 50 | 0 | 0.31 | 0.77 | 0.14 | 35.86 | 0.7 | 0.53 |
| Hex | DB | 97 | 32 | 0 | 1F | 4D | E | 24 | 46 | 35 |
| Octal | 333 | 227 | 62 | 0 | 37 | 115 | 16 | 44 | 106 | 65 |
| Binary | 11011011 | 10010111 | 110010 | 0 | 11111 | 1001101 | 1110 | 100100 | 1000110 | 110101 |
Color Harmonies of #DB9732
Complementary color
Monochromatic Colors of #DB9732
Black with #DB9732
Text Example
Text Example
White with #DB9732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9732; }
p { color: rgb(219,151,50); }
H1.HeaderClassName
{
color: #DB9732;
}
.AnyTagClassName
{
color: #DB9732;
}
</style>
background-color css
<style>
a { background-color: #DB9732; }
a { background-color: rgb(219,151,50); }
div.DivClassName
{
background-color: #DB9732;
}
.BgClassName
{
background-color: #DB9732;
}
</style>
border-color css
<style>
span { border-color: #DB9732; }
span { border-color: rgb(219,151,50); }
td.TdClassName
{
border-color: #DB9732;
}
.TagClassName
{
border-color: #DB9732;
}
</style>