Shades of Buttercup #DB972B
Tints of Buttercup #DB972B
RGB
CMYK
RGB Variations
Color information
#DB972B (or 0xDB972B) is known color: Buttercup. HEX triplet: DB, 97 and 2B. RGB value is (219,151,43). Sum of RGB (Red+Green+Blue) = 219+151+43=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB972B is #2468D4. Grayscale: #9F9F9F. Windows color (decimal): -2386133 or 2856923. OLE color: 2856923.
HSL color Cylindrical-coordinate representation of color #DB972B: hue angle of 36.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB972B is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 43 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.14 |
| HSL | 36.82º | 0.71% | 0.51% | - |
| HSV(B) | 36.82º | 0.8% | 0.86% | - |
| XYZ | 40.72 | 37.37 | 7.35 | - |
| YUV | 159.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 43 | 0 | 0.31 | 0.80 | 0.14 | 36.82 | 0.71 | 0.51 |
| Hex | DB | 97 | 2B | 0 | 1F | 50 | E | 25 | 47 | 33 |
| Octal | 333 | 227 | 53 | 0 | 37 | 120 | 16 | 45 | 107 | 63 |
| Binary | 11011011 | 10010111 | 101011 | 0 | 11111 | 1010000 | 1110 | 100101 | 1000111 | 110011 |
Color Harmonies of #DB972B
Complementary color
Monochromatic Colors of #DB972B
Black with #DB972B
Text Example
Text Example
White with #DB972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB972B; }
p { color: rgb(219,151,43); }
H1.HeaderClassName
{
color: #DB972B;
}
.AnyTagClassName
{
color: #DB972B;
}
</style>
background-color css
<style>
a { background-color: #DB972B; }
a { background-color: rgb(219,151,43); }
div.DivClassName
{
background-color: #DB972B;
}
.BgClassName
{
background-color: #DB972B;
}
</style>
border-color css
<style>
span { border-color: #DB972B; }
span { border-color: rgb(219,151,43); }
td.TdClassName
{
border-color: #DB972B;
}
.TagClassName
{
border-color: #DB972B;
}
</style>