Shades of Buttercup #DB9833
Tints of Buttercup #DB9833
RGB
CMYK
RGB Variations
Color information
#DB9833 (or 0xDB9833) is known color: Buttercup. HEX triplet: DB, 98 and 33. RGB value is (219,152,51). Sum of RGB (Red+Green+Blue) = 219+152+51=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9833 is #2467CC. Grayscale: #A0A0A0. Windows color (decimal): -2385869 or 3381467. OLE color: 3381467.
HSL color Cylindrical-coordinate representation of color #DB9833: hue angle of 36.07º 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 #DB9833 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 51 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.14 |
| HSL | 36.07º | 0.7% | 0.53% | - |
| HSV(B) | 36.07º | 0.77% | 0.86% | - |
| XYZ | 41.04 | 37.76 | 8.26 | - |
| YUV | 160.52 | 66.2 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 51 | 0 | 0.31 | 0.77 | 0.14 | 36.07 | 0.7 | 0.53 |
| Hex | DB | 98 | 33 | 0 | 1F | 4D | E | 24 | 46 | 35 |
| Octal | 333 | 230 | 63 | 0 | 37 | 115 | 16 | 44 | 106 | 65 |
| Binary | 11011011 | 10011000 | 110011 | 0 | 11111 | 1001101 | 1110 | 100100 | 1000110 | 110101 |
Color Harmonies of #DB9833
Complementary color
Monochromatic Colors of #DB9833
Black with #DB9833
Text Example
Text Example
White with #DB9833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9833; }
p { color: rgb(219,152,51); }
H1.HeaderClassName
{
color: #DB9833;
}
.AnyTagClassName
{
color: #DB9833;
}
</style>
background-color css
<style>
a { background-color: #DB9833; }
a { background-color: rgb(219,152,51); }
div.DivClassName
{
background-color: #DB9833;
}
.BgClassName
{
background-color: #DB9833;
}
</style>
border-color css
<style>
span { border-color: #DB9833; }
span { border-color: rgb(219,152,51); }
td.TdClassName
{
border-color: #DB9833;
}
.TagClassName
{
border-color: #DB9833;
}
</style>