Shades of Buttercup #D4972B
Tints of Buttercup #D4972B
RGB
CMYK
RGB Variations
Color information
#D4972B (or 0xD4972B) is known color: Buttercup. HEX triplet: D4, 97 and 2B. RGB value is (212,151,43). Sum of RGB (Red+Green+Blue) = 212+151+43=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4972B is #2B68D4. Grayscale: #9D9D9D. Windows color (decimal): -2844885 or 2856916. OLE color: 2856916.
HSL color Cylindrical-coordinate representation of color #D4972B: hue angle of 38.34º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4972B is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 43 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.17 |
| HSL | 38.34º | 0.66% | 0.5% | - |
| HSV(B) | 38.34º | 0.8% | 0.83% | - |
| XYZ | 38.65 | 36.3 | 7.26 | - |
| YUV | 156.93 | 63.71 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 43 | 0 | 0.29 | 0.80 | 0.17 | 38.34 | 0.66 | 0.5 |
| Hex | D4 | 97 | 2B | 0 | 1D | 50 | 11 | 26 | 42 | 32 |
| Octal | 324 | 227 | 53 | 0 | 35 | 120 | 21 | 46 | 102 | 62 |
| Binary | 11010100 | 10010111 | 101011 | 0 | 11101 | 1010000 | 10001 | 100110 | 1000010 | 110010 |
Color Harmonies of #D4972B
Complementary color
Monochromatic Colors of #D4972B
Black with #D4972B
Text Example
Text Example
White with #D4972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4972B; }
p { color: rgb(212,151,43); }
H1.HeaderClassName
{
color: #D4972B;
}
.AnyTagClassName
{
color: #D4972B;
}
</style>
background-color css
<style>
a { background-color: #D4972B; }
a { background-color: rgb(212,151,43); }
div.DivClassName
{
background-color: #D4972B;
}
.BgClassName
{
background-color: #D4972B;
}
</style>
border-color css
<style>
span { border-color: #D4972B; }
span { border-color: rgb(212,151,43); }
td.TdClassName
{
border-color: #D4972B;
}
.TagClassName
{
border-color: #D4972B;
}
</style>