Shades of Buttercup #DB9C35
Tints of Buttercup #DB9C35
RGB
CMYK
RGB Variations
Color information
#DB9C35 (or 0xDB9C35) is known color: Buttercup. HEX triplet: DB, 9C and 35. RGB value is (219,156,53). Sum of RGB (Red+Green+Blue) = 219+156+53=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9C35 is #2463CA. Grayscale: #A3A3A3. Windows color (decimal): -2384843 or 3513563. OLE color: 3513563.
HSL color Cylindrical-coordinate representation of color #DB9C35: hue angle of 37.23º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB9C35 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 53 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.14 |
| HSL | 37.23º | 0.7% | 0.53% | - |
| HSV(B) | 37.23º | 0.76% | 0.86% | - |
| XYZ | 41.74 | 39.09 | 8.71 | - |
| YUV | 163.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 53 | 0 | 0.29 | 0.76 | 0.14 | 37.23 | 0.7 | 0.53 |
| Hex | DB | 9C | 35 | 0 | 1D | 4C | E | 25 | 46 | 35 |
| Octal | 333 | 234 | 65 | 0 | 35 | 114 | 16 | 45 | 106 | 65 |
| Binary | 11011011 | 10011100 | 110101 | 0 | 11101 | 1001100 | 1110 | 100101 | 1000110 | 110101 |
Color Harmonies of #DB9C35
Complementary color
Monochromatic Colors of #DB9C35
Black with #DB9C35
Text Example
Text Example
White with #DB9C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C35; }
p { color: rgb(219,156,53); }
H1.HeaderClassName
{
color: #DB9C35;
}
.AnyTagClassName
{
color: #DB9C35;
}
</style>
background-color css
<style>
a { background-color: #DB9C35; }
a { background-color: rgb(219,156,53); }
div.DivClassName
{
background-color: #DB9C35;
}
.BgClassName
{
background-color: #DB9C35;
}
</style>
border-color css
<style>
span { border-color: #DB9C35; }
span { border-color: rgb(219,156,53); }
td.TdClassName
{
border-color: #DB9C35;
}
.TagClassName
{
border-color: #DB9C35;
}
</style>