Shades of Buttercup #DB9F33
Tints of Buttercup #DB9F33
RGB
CMYK
RGB Variations
Color information
#DB9F33 (or 0xDB9F33) is known color: Buttercup. HEX triplet: DB, 9F and 33. RGB value is (219,159,51). Sum of RGB (Red+Green+Blue) = 219+159+51=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F33 is #2460CC. Grayscale: #A5A5A5. Windows color (decimal): -2384077 or 3383259. OLE color: 3383259.
HSL color Cylindrical-coordinate representation of color #DB9F33: hue angle of 38.57º 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 #DB9F33 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 51 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.14 |
| HSL | 38.57º | 0.7% | 0.53% | - |
| HSV(B) | 38.57º | 0.77% | 0.86% | - |
| XYZ | 42.21 | 40.1 | 8.65 | - |
| YUV | 164.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 51 | 0 | 0.27 | 0.77 | 0.14 | 38.57 | 0.7 | 0.53 |
| Hex | DB | 9F | 33 | 0 | 1B | 4D | E | 27 | 46 | 35 |
| Octal | 333 | 237 | 63 | 0 | 33 | 115 | 16 | 47 | 106 | 65 |
| Binary | 11011011 | 10011111 | 110011 | 0 | 11011 | 1001101 | 1110 | 100111 | 1000110 | 110101 |
Color Harmonies of #DB9F33
Complementary color
Monochromatic Colors of #DB9F33
Black with #DB9F33
Text Example
Text Example
White with #DB9F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F33; }
p { color: rgb(219,159,51); }
H1.HeaderClassName
{
color: #DB9F33;
}
.AnyTagClassName
{
color: #DB9F33;
}
</style>
background-color css
<style>
a { background-color: #DB9F33; }
a { background-color: rgb(219,159,51); }
div.DivClassName
{
background-color: #DB9F33;
}
.BgClassName
{
background-color: #DB9F33;
}
</style>
border-color css
<style>
span { border-color: #DB9F33; }
span { border-color: rgb(219,159,51); }
td.TdClassName
{
border-color: #DB9F33;
}
.TagClassName
{
border-color: #DB9F33;
}
</style>