Shades of Buttercup #D9972A
Tints of Buttercup #D9972A
RGB
CMYK
RGB Variations
Color information
#D9972A (or 0xD9972A) is known color: Buttercup. HEX triplet: D9, 97 and 2A. RGB value is (217,151,42). Sum of RGB (Red+Green+Blue) = 217+151+42=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9972A is #2668D5. Grayscale: #9E9E9E. Windows color (decimal): -2517206 or 2791385. OLE color: 2791385.
HSL color Cylindrical-coordinate representation of color #D9972A: hue angle of 37.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9972A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 42 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.15 |
| HSL | 37.37º | 0.7% | 0.51% | - |
| HSV(B) | 37.37º | 0.81% | 0.85% | - |
| XYZ | 40.1 | 37.05 | 7.23 | - |
| YUV | 158.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 42 | 0 | 0.30 | 0.81 | 0.15 | 37.37 | 0.7 | 0.51 |
| Hex | D9 | 97 | 2A | 0 | 1E | 51 | F | 25 | 46 | 33 |
| Octal | 331 | 227 | 52 | 0 | 36 | 121 | 17 | 45 | 106 | 63 |
| Binary | 11011001 | 10010111 | 101010 | 0 | 11110 | 1010001 | 1111 | 100101 | 1000110 | 110011 |
Color Harmonies of #D9972A
Complementary color
Monochromatic Colors of #D9972A
Black with #D9972A
Text Example
Text Example
White with #D9972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9972A; }
p { color: rgb(217,151,42); }
H1.HeaderClassName
{
color: #D9972A;
}
.AnyTagClassName
{
color: #D9972A;
}
</style>
background-color css
<style>
a { background-color: #D9972A; }
a { background-color: rgb(217,151,42); }
div.DivClassName
{
background-color: #D9972A;
}
.BgClassName
{
background-color: #D9972A;
}
</style>
border-color css
<style>
span { border-color: #D9972A; }
span { border-color: rgb(217,151,42); }
td.TdClassName
{
border-color: #D9972A;
}
.TagClassName
{
border-color: #D9972A;
}
</style>