Shades of Buttercup #DB9A33
Tints of Buttercup #DB9A33
RGB
CMYK
RGB Variations
Color information
#DB9A33 (or 0xDB9A33) is known color: Buttercup. HEX triplet: DB, 9A and 33. RGB value is (219,154,51). Sum of RGB (Red+Green+Blue) = 219+154+51=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9A33 is #2465CC. Grayscale: #A2A2A2. Windows color (decimal): -2385357 or 3381979. OLE color: 3381979.
HSL color Cylindrical-coordinate representation of color #DB9A33: hue angle of 36.79º 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 #DB9A33 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 51 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.14 |
| HSL | 36.79º | 0.7% | 0.53% | - |
| HSV(B) | 36.79º | 0.77% | 0.86% | - |
| XYZ | 41.37 | 38.41 | 8.37 | - |
| YUV | 161.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 51 | 0 | 0.30 | 0.77 | 0.14 | 36.79 | 0.7 | 0.53 |
| Hex | DB | 9A | 33 | 0 | 1E | 4D | E | 25 | 46 | 35 |
| Octal | 333 | 232 | 63 | 0 | 36 | 115 | 16 | 45 | 106 | 65 |
| Binary | 11011011 | 10011010 | 110011 | 0 | 11110 | 1001101 | 1110 | 100101 | 1000110 | 110101 |
Color Harmonies of #DB9A33
Complementary color
Monochromatic Colors of #DB9A33
Black with #DB9A33
Text Example
Text Example
White with #DB9A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A33; }
p { color: rgb(219,154,51); }
H1.HeaderClassName
{
color: #DB9A33;
}
.AnyTagClassName
{
color: #DB9A33;
}
</style>
background-color css
<style>
a { background-color: #DB9A33; }
a { background-color: rgb(219,154,51); }
div.DivClassName
{
background-color: #DB9A33;
}
.BgClassName
{
background-color: #DB9A33;
}
</style>
border-color css
<style>
span { border-color: #DB9A33; }
span { border-color: rgb(219,154,51); }
td.TdClassName
{
border-color: #DB9A33;
}
.TagClassName
{
border-color: #DB9A33;
}
</style>