Shades of Buttercup #DB9729
Tints of Buttercup #DB9729
RGB
CMYK
RGB Variations
Color information
#DB9729 (or 0xDB9729) is known color: Buttercup. HEX triplet: DB, 97 and 29. RGB value is (219,151,41). Sum of RGB (Red+Green+Blue) = 219+151+41=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9729 is #2468D6. Grayscale: #9F9F9F. Windows color (decimal): -2386135 or 2725851. OLE color: 2725851.
HSL color Cylindrical-coordinate representation of color #DB9729: hue angle of 37.08º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB9729 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 41 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.14 |
| HSL | 37.08º | 0.71% | 0.51% | - |
| HSV(B) | 37.08º | 0.81% | 0.86% | - |
| XYZ | 40.68 | 37.35 | 7.16 | - |
| YUV | 158.79 | 61.53 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 41 | 0 | 0.31 | 0.81 | 0.14 | 37.08 | 0.71 | 0.51 |
| Hex | DB | 97 | 29 | 0 | 1F | 51 | E | 25 | 47 | 33 |
| Octal | 333 | 227 | 51 | 0 | 37 | 121 | 16 | 45 | 107 | 63 |
| Binary | 11011011 | 10010111 | 101001 | 0 | 11111 | 1010001 | 1110 | 100101 | 1000111 | 110011 |
Color Harmonies of #DB9729
Complementary color
Monochromatic Colors of #DB9729
Black with #DB9729
Text Example
Text Example
White with #DB9729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9729; }
p { color: rgb(219,151,41); }
H1.HeaderClassName
{
color: #DB9729;
}
.AnyTagClassName
{
color: #DB9729;
}
</style>
background-color css
<style>
a { background-color: #DB9729; }
a { background-color: rgb(219,151,41); }
div.DivClassName
{
background-color: #DB9729;
}
.BgClassName
{
background-color: #DB9729;
}
</style>
border-color css
<style>
span { border-color: #DB9729; }
span { border-color: rgb(219,151,41); }
td.TdClassName
{
border-color: #DB9729;
}
.TagClassName
{
border-color: #DB9729;
}
</style>