Shades of Buttercup #DB971F
Tints of Buttercup #DB971F
RGB
CMYK
RGB Variations
Color information
#DB971F (or 0xDB971F) is known color: Buttercup. HEX triplet: DB, 97 and 1F. RGB value is (219,151,31). Sum of RGB (Red+Green+Blue) = 219+151+31=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB971F is #2468E0. Grayscale: #9E9E9E. Windows color (decimal): -2386145 or 2070491. OLE color: 2070491.
HSL color Cylindrical-coordinate representation of color #DB971F: hue angle of 38.3º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB971F is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 31 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.14 |
| HSL | 38.3º | 0.75% | 0.49% | - |
| HSV(B) | 38.3º | 0.86% | 0.86% | - |
| XYZ | 40.53 | 37.29 | 6.36 | - |
| YUV | 157.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 31 | 0 | 0.31 | 0.86 | 0.14 | 38.3 | 0.75 | 0.49 |
| Hex | DB | 97 | 1F | 0 | 1F | 56 | E | 26 | 4B | 31 |
| Octal | 333 | 227 | 37 | 0 | 37 | 126 | 16 | 46 | 113 | 61 |
| Binary | 11011011 | 10010111 | 11111 | 0 | 11111 | 1010110 | 1110 | 100110 | 1001011 | 110001 |
Color Harmonies of #DB971F
Complementary color
Monochromatic Colors of #DB971F
Black with #DB971F
Text Example
Text Example
White with #DB971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB971F; }
p { color: rgb(219,151,31); }
H1.HeaderClassName
{
color: #DB971F;
}
.AnyTagClassName
{
color: #DB971F;
}
</style>
background-color css
<style>
a { background-color: #DB971F; }
a { background-color: rgb(219,151,31); }
div.DivClassName
{
background-color: #DB971F;
}
.BgClassName
{
background-color: #DB971F;
}
</style>
border-color css
<style>
span { border-color: #DB971F; }
span { border-color: rgb(219,151,31); }
td.TdClassName
{
border-color: #DB971F;
}
.TagClassName
{
border-color: #DB971F;
}
</style>