Shades of Buttercup #DB9C30
Tints of Buttercup #DB9C30
RGB
CMYK
RGB Variations
Color information
#DB9C30 (or 0xDB9C30) is known color: Buttercup. HEX triplet: DB, 9C and 30. RGB value is (219,156,48). Sum of RGB (Red+Green+Blue) = 219+156+48=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9C30 is #2463CF. Grayscale: #A3A3A3. Windows color (decimal): -2384848 or 3185883. OLE color: 3185883.
HSL color Cylindrical-coordinate representation of color #DB9C30: hue angle of 37.89º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB9C30 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 48 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.14 |
| HSL | 37.89º | 0.7% | 0.52% | - |
| HSV(B) | 37.89º | 0.78% | 0.86% | - |
| XYZ | 41.64 | 39.05 | 8.14 | - |
| YUV | 162.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 48 | 0 | 0.29 | 0.78 | 0.14 | 37.89 | 0.7 | 0.52 |
| Hex | DB | 9C | 30 | 0 | 1D | 4E | E | 26 | 46 | 34 |
| Octal | 333 | 234 | 60 | 0 | 35 | 116 | 16 | 46 | 106 | 64 |
| Binary | 11011011 | 10011100 | 110000 | 0 | 11101 | 1001110 | 1110 | 100110 | 1000110 | 110100 |
Color Harmonies of #DB9C30
Complementary color
Monochromatic Colors of #DB9C30
Black with #DB9C30
Text Example
Text Example
White with #DB9C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C30; }
p { color: rgb(219,156,48); }
H1.HeaderClassName
{
color: #DB9C30;
}
.AnyTagClassName
{
color: #DB9C30;
}
</style>
background-color css
<style>
a { background-color: #DB9C30; }
a { background-color: rgb(219,156,48); }
div.DivClassName
{
background-color: #DB9C30;
}
.BgClassName
{
background-color: #DB9C30;
}
</style>
border-color css
<style>
span { border-color: #DB9C30; }
span { border-color: rgb(219,156,48); }
td.TdClassName
{
border-color: #DB9C30;
}
.TagClassName
{
border-color: #DB9C30;
}
</style>