Shades of Buttercup #DB9527
Tints of Buttercup #DB9527
RGB
CMYK
RGB Variations
Color information
#DB9527 (or 0xDB9527) is known color: Buttercup. HEX triplet: DB, 95 and 27. RGB value is (219,149,39). Sum of RGB (Red+Green+Blue) = 219+149+39=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9527 is #246AD8. Grayscale: #9D9D9D. Windows color (decimal): -2386649 or 2594267. OLE color: 2594267.
HSL color Cylindrical-coordinate representation of color #DB9527: hue angle of 36.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB9527 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 39 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.14 |
| HSL | 36.67º | 0.71% | 0.51% | - |
| HSV(B) | 36.67º | 0.82% | 0.86% | - |
| XYZ | 40.33 | 36.7 | 6.88 | - |
| YUV | 157.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 39 | 0 | 0.32 | 0.82 | 0.14 | 36.67 | 0.71 | 0.51 |
| Hex | DB | 95 | 27 | 0 | 20 | 52 | E | 25 | 47 | 33 |
| Octal | 333 | 225 | 47 | 0 | 40 | 122 | 16 | 45 | 107 | 63 |
| Binary | 11011011 | 10010101 | 100111 | 0 | 100000 | 1010010 | 1110 | 100101 | 1000111 | 110011 |
Color Harmonies of #DB9527
Complementary color
Monochromatic Colors of #DB9527
Black with #DB9527
Text Example
Text Example
White with #DB9527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9527; }
p { color: rgb(219,149,39); }
H1.HeaderClassName
{
color: #DB9527;
}
.AnyTagClassName
{
color: #DB9527;
}
</style>
background-color css
<style>
a { background-color: #DB9527; }
a { background-color: rgb(219,149,39); }
div.DivClassName
{
background-color: #DB9527;
}
.BgClassName
{
background-color: #DB9527;
}
</style>
border-color css
<style>
span { border-color: #DB9527; }
span { border-color: rgb(219,149,39); }
td.TdClassName
{
border-color: #DB9527;
}
.TagClassName
{
border-color: #DB9527;
}
</style>