Shades of Buttercup #D2972C
Tints of Buttercup #D2972C
RGB
CMYK
RGB Variations
Color information
#D2972C (or 0xD2972C) is known color: Buttercup. HEX triplet: D2, 97 and 2C. RGB value is (210,151,44). Sum of RGB (Red+Green+Blue) = 210+151+44=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2972C is #2D68D3. Grayscale: #9C9C9C. Windows color (decimal): -2975956 or 2922450. OLE color: 2922450.
HSL color Cylindrical-coordinate representation of color #D2972C: hue angle of 38.67º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2972C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 44 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.18 |
| HSL | 38.67º | 0.65% | 0.5% | - |
| HSV(B) | 38.67º | 0.79% | 0.82% | - |
| XYZ | 38.1 | 36.02 | 7.33 | - |
| YUV | 156.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 44 | 0 | 0.28 | 0.79 | 0.18 | 38.67 | 0.65 | 0.5 |
| Hex | D2 | 97 | 2C | 0 | 1C | 4F | 12 | 27 | 41 | 32 |
| Octal | 322 | 227 | 54 | 0 | 34 | 117 | 22 | 47 | 101 | 62 |
| Binary | 11010010 | 10010111 | 101100 | 0 | 11100 | 1001111 | 10010 | 100111 | 1000001 | 110010 |
Color Harmonies of #D2972C
Complementary color
Monochromatic Colors of #D2972C
Black with #D2972C
Text Example
Text Example
White with #D2972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2972C; }
p { color: rgb(210,151,44); }
H1.HeaderClassName
{
color: #D2972C;
}
.AnyTagClassName
{
color: #D2972C;
}
</style>
background-color css
<style>
a { background-color: #D2972C; }
a { background-color: rgb(210,151,44); }
div.DivClassName
{
background-color: #D2972C;
}
.BgClassName
{
background-color: #D2972C;
}
</style>
border-color css
<style>
span { border-color: #D2972C; }
span { border-color: rgb(210,151,44); }
td.TdClassName
{
border-color: #D2972C;
}
.TagClassName
{
border-color: #D2972C;
}
</style>