Shades of Buttercup #D5972F
Tints of Buttercup #D5972F
RGB
CMYK
RGB Variations
Color information
#D5972F (or 0xD5972F) is known color: Buttercup. HEX triplet: D5, 97 and 2F. RGB value is (213,151,47). Sum of RGB (Red+Green+Blue) = 213+151+47=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5972F is #2A68D0. Grayscale: #9E9E9E. Windows color (decimal): -2779345 or 3119061. OLE color: 3119061.
HSL color Cylindrical-coordinate representation of color #D5972F: hue angle of 37.59º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5972F is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 47 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.16 |
| HSL | 37.59º | 0.66% | 0.51% | - |
| HSV(B) | 37.59º | 0.78% | 0.84% | - |
| XYZ | 39.02 | 36.48 | 7.67 | - |
| YUV | 157.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 47 | 0 | 0.29 | 0.78 | 0.16 | 37.59 | 0.66 | 0.51 |
| Hex | D5 | 97 | 2F | 0 | 1D | 4E | 10 | 26 | 42 | 33 |
| Octal | 325 | 227 | 57 | 0 | 35 | 116 | 20 | 46 | 102 | 63 |
| Binary | 11010101 | 10010111 | 101111 | 0 | 11101 | 1001110 | 10000 | 100110 | 1000010 | 110011 |
Color Harmonies of #D5972F
Complementary color
Monochromatic Colors of #D5972F
Black with #D5972F
Text Example
Text Example
White with #D5972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5972F; }
p { color: rgb(213,151,47); }
H1.HeaderClassName
{
color: #D5972F;
}
.AnyTagClassName
{
color: #D5972F;
}
</style>
background-color css
<style>
a { background-color: #D5972F; }
a { background-color: rgb(213,151,47); }
div.DivClassName
{
background-color: #D5972F;
}
.BgClassName
{
background-color: #D5972F;
}
</style>
border-color css
<style>
span { border-color: #D5972F; }
span { border-color: rgb(213,151,47); }
td.TdClassName
{
border-color: #D5972F;
}
.TagClassName
{
border-color: #D5972F;
}
</style>