Shades of Buttercup #D2971E
Tints of Buttercup #D2971E
RGB
CMYK
RGB Variations
Color information
#D2971E (or 0xD2971E) is known color: Buttercup. HEX triplet: D2, 97 and 1E. RGB value is (210,151,30). Sum of RGB (Red+Green+Blue) = 210+151+30=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2971E is #2D68E1. Grayscale: #9B9B9B. Windows color (decimal): -2975970 or 2004946. OLE color: 2004946.
HSL color Cylindrical-coordinate representation of color #D2971E: hue angle of 40.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2971E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 30 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.18 |
| HSL | 40.33º | 0.75% | 0.47% | - |
| HSV(B) | 40.33º | 0.86% | 0.82% | - |
| XYZ | 37.88 | 35.93 | 6.17 | - |
| YUV | 154.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 30 | 0 | 0.28 | 0.86 | 0.18 | 40.33 | 0.75 | 0.47 |
| Hex | D2 | 97 | 1E | 0 | 1C | 56 | 12 | 28 | 4B | 2F |
| Octal | 322 | 227 | 36 | 0 | 34 | 126 | 22 | 50 | 113 | 57 |
| Binary | 11010010 | 10010111 | 11110 | 0 | 11100 | 1010110 | 10010 | 101000 | 1001011 | 101111 |
Color Harmonies of #D2971E
Complementary color
Monochromatic Colors of #D2971E
Black with #D2971E
Text Example
Text Example
White with #D2971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2971E; }
p { color: rgb(210,151,30); }
H1.HeaderClassName
{
color: #D2971E;
}
.AnyTagClassName
{
color: #D2971E;
}
</style>
background-color css
<style>
a { background-color: #D2971E; }
a { background-color: rgb(210,151,30); }
div.DivClassName
{
background-color: #D2971E;
}
.BgClassName
{
background-color: #D2971E;
}
</style>
border-color css
<style>
span { border-color: #D2971E; }
span { border-color: rgb(210,151,30); }
td.TdClassName
{
border-color: #D2971E;
}
.TagClassName
{
border-color: #D2971E;
}
</style>