Shades of Buttercup #D2971F
Tints of Buttercup #D2971F
RGB
CMYK
RGB Variations
Color information
#D2971F (or 0xD2971F) is known color: Buttercup. HEX triplet: D2, 97 and 1F. RGB value is (210,151,31). Sum of RGB (Red+Green+Blue) = 210+151+31=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2971F is #2D68E0. Grayscale: #9B9B9B. Windows color (decimal): -2975969 or 2070482. OLE color: 2070482.
HSL color Cylindrical-coordinate representation of color #D2971F: hue angle of 40.22º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2971F is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 31 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.18 |
| HSL | 40.22º | 0.74% | 0.47% | - |
| HSV(B) | 40.22º | 0.85% | 0.82% | - |
| XYZ | 37.89 | 35.93 | 6.24 | - |
| YUV | 154.96 | 58.05 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 31 | 0 | 0.28 | 0.85 | 0.18 | 40.22 | 0.74 | 0.47 |
| Hex | D2 | 97 | 1F | 0 | 1C | 55 | 12 | 28 | 4A | 2F |
| Octal | 322 | 227 | 37 | 0 | 34 | 125 | 22 | 50 | 112 | 57 |
| Binary | 11010010 | 10010111 | 11111 | 0 | 11100 | 1010101 | 10010 | 101000 | 1001010 | 101111 |
Color Harmonies of #D2971F
Complementary color
Monochromatic Colors of #D2971F
Black with #D2971F
Text Example
Text Example
White with #D2971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2971F; }
p { color: rgb(210,151,31); }
H1.HeaderClassName
{
color: #D2971F;
}
.AnyTagClassName
{
color: #D2971F;
}
</style>
background-color css
<style>
a { background-color: #D2971F; }
a { background-color: rgb(210,151,31); }
div.DivClassName
{
background-color: #D2971F;
}
.BgClassName
{
background-color: #D2971F;
}
</style>
border-color css
<style>
span { border-color: #D2971F; }
span { border-color: rgb(210,151,31); }
td.TdClassName
{
border-color: #D2971F;
}
.TagClassName
{
border-color: #D2971F;
}
</style>