Shades of Buttercup #DB9832
Tints of Buttercup #DB9832
RGB
CMYK
RGB Variations
Color information
#DB9832 (or 0xDB9832) is known color: Buttercup. HEX triplet: DB, 98 and 32. RGB value is (219,152,50). Sum of RGB (Red+Green+Blue) = 219+152+50=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9832 is #2467CD. Grayscale: #A0A0A0. Windows color (decimal): -2385870 or 3315931. OLE color: 3315931.
HSL color Cylindrical-coordinate representation of color #DB9832: hue angle of 36.21º 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 #DB9832 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 50 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.14 |
| HSL | 36.21º | 0.7% | 0.53% | - |
| HSV(B) | 36.21º | 0.77% | 0.86% | - |
| XYZ | 41.02 | 37.75 | 8.14 | - |
| YUV | 160.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 50 | 0 | 0.31 | 0.77 | 0.14 | 36.21 | 0.7 | 0.53 |
| Hex | DB | 98 | 32 | 0 | 1F | 4D | E | 24 | 46 | 35 |
| Octal | 333 | 230 | 62 | 0 | 37 | 115 | 16 | 44 | 106 | 65 |
| Binary | 11011011 | 10011000 | 110010 | 0 | 11111 | 1001101 | 1110 | 100100 | 1000110 | 110101 |
Color Harmonies of #DB9832
Complementary color
Monochromatic Colors of #DB9832
Black with #DB9832
Text Example
Text Example
White with #DB9832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9832; }
p { color: rgb(219,152,50); }
H1.HeaderClassName
{
color: #DB9832;
}
.AnyTagClassName
{
color: #DB9832;
}
</style>
background-color css
<style>
a { background-color: #DB9832; }
a { background-color: rgb(219,152,50); }
div.DivClassName
{
background-color: #DB9832;
}
.BgClassName
{
background-color: #DB9832;
}
</style>
border-color css
<style>
span { border-color: #DB9832; }
span { border-color: rgb(219,152,50); }
td.TdClassName
{
border-color: #DB9832;
}
.TagClassName
{
border-color: #DB9832;
}
</style>