Shades of Buttercup #DB972F
Tints of Buttercup #DB972F
RGB
CMYK
RGB Variations
Color information
#DB972F (or 0xDB972F) is known color: Buttercup. HEX triplet: DB, 97 and 2F. RGB value is (219,151,47). Sum of RGB (Red+Green+Blue) = 219+151+47=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB972F is #2468D0. Grayscale: #9F9F9F. Windows color (decimal): -2386129 or 3119067. OLE color: 3119067.
HSL color Cylindrical-coordinate representation of color #DB972F: hue angle of 36.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB972F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 47 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.14 |
| HSL | 36.28º | 0.7% | 0.52% | - |
| HSV(B) | 36.28º | 0.79% | 0.86% | - |
| XYZ | 40.79 | 37.4 | 7.76 | - |
| YUV | 159.48 | 64.53 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 47 | 0 | 0.31 | 0.79 | 0.14 | 36.28 | 0.7 | 0.52 |
| Hex | DB | 97 | 2F | 0 | 1F | 4F | E | 24 | 46 | 34 |
| Octal | 333 | 227 | 57 | 0 | 37 | 117 | 16 | 44 | 106 | 64 |
| Binary | 11011011 | 10010111 | 101111 | 0 | 11111 | 1001111 | 1110 | 100100 | 1000110 | 110100 |
Color Harmonies of #DB972F
Complementary color
Monochromatic Colors of #DB972F
Black with #DB972F
Text Example
Text Example
White with #DB972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB972F; }
p { color: rgb(219,151,47); }
H1.HeaderClassName
{
color: #DB972F;
}
.AnyTagClassName
{
color: #DB972F;
}
</style>
background-color css
<style>
a { background-color: #DB972F; }
a { background-color: rgb(219,151,47); }
div.DivClassName
{
background-color: #DB972F;
}
.BgClassName
{
background-color: #DB972F;
}
</style>
border-color css
<style>
span { border-color: #DB972F; }
span { border-color: rgb(219,151,47); }
td.TdClassName
{
border-color: #DB972F;
}
.TagClassName
{
border-color: #DB972F;
}
</style>