Shades of Buttercup #DB9D35
Tints of Buttercup #DB9D35
RGB
CMYK
RGB Variations
Color information
#DB9D35 (or 0xDB9D35) is known color: Buttercup. HEX triplet: DB, 9D and 35. RGB value is (219,157,53). Sum of RGB (Red+Green+Blue) = 219+157+53=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9D35 is #2462CA. Grayscale: #A4A4A4. Windows color (decimal): -2384587 or 3513819. OLE color: 3513819.
HSL color Cylindrical-coordinate representation of color #DB9D35: hue angle of 37.59º 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 #DB9D35 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 53 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.14 |
| HSL | 37.59º | 0.7% | 0.53% | - |
| HSV(B) | 37.59º | 0.76% | 0.86% | - |
| XYZ | 41.91 | 39.43 | 8.77 | - |
| YUV | 163.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 53 | 0 | 0.28 | 0.76 | 0.14 | 37.59 | 0.7 | 0.53 |
| Hex | DB | 9D | 35 | 0 | 1C | 4C | E | 26 | 46 | 35 |
| Octal | 333 | 235 | 65 | 0 | 34 | 114 | 16 | 46 | 106 | 65 |
| Binary | 11011011 | 10011101 | 110101 | 0 | 11100 | 1001100 | 1110 | 100110 | 1000110 | 110101 |
Color Harmonies of #DB9D35
Complementary color
Monochromatic Colors of #DB9D35
Black with #DB9D35
Text Example
Text Example
White with #DB9D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D35; }
p { color: rgb(219,157,53); }
H1.HeaderClassName
{
color: #DB9D35;
}
.AnyTagClassName
{
color: #DB9D35;
}
</style>
background-color css
<style>
a { background-color: #DB9D35; }
a { background-color: rgb(219,157,53); }
div.DivClassName
{
background-color: #DB9D35;
}
.BgClassName
{
background-color: #DB9D35;
}
</style>
border-color css
<style>
span { border-color: #DB9D35; }
span { border-color: rgb(219,157,53); }
td.TdClassName
{
border-color: #DB9D35;
}
.TagClassName
{
border-color: #DB9D35;
}
</style>