Shades of Buttercup #DD972E
Tints of Buttercup #DD972E
RGB
CMYK
RGB Variations
Color information
#DD972E (or 0xDD972E) is known color: Buttercup. HEX triplet: DD, 97 and 2E. RGB value is (221,151,46). Sum of RGB (Red+Green+Blue) = 221+151+46=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD972E is #2268D1. Grayscale: #A0A0A0. Windows color (decimal): -2255058 or 3053533. OLE color: 3053533.
HSL color Cylindrical-coordinate representation of color #DD972E: hue angle of 36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD972E is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 46 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.13 |
| HSL | 36º | 0.72% | 0.52% | - |
| HSV(B) | 36º | 0.79% | 0.87% | - |
| XYZ | 41.38 | 37.7 | 7.68 | - |
| YUV | 159.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 46 | 0 | 0.32 | 0.79 | 0.13 | 36 | 0.72 | 0.52 |
| Hex | DD | 97 | 2E | 0 | 20 | 4F | D | 24 | 48 | 34 |
| Octal | 335 | 227 | 56 | 0 | 40 | 117 | 15 | 44 | 110 | 64 |
| Binary | 11011101 | 10010111 | 101110 | 0 | 100000 | 1001111 | 1101 | 100100 | 1001000 | 110100 |
Color Harmonies of #DD972E
Complementary color
Monochromatic Colors of #DD972E
Black with #DD972E
Text Example
Text Example
White with #DD972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD972E; }
p { color: rgb(221,151,46); }
H1.HeaderClassName
{
color: #DD972E;
}
.AnyTagClassName
{
color: #DD972E;
}
</style>
background-color css
<style>
a { background-color: #DD972E; }
a { background-color: rgb(221,151,46); }
div.DivClassName
{
background-color: #DD972E;
}
.BgClassName
{
background-color: #DD972E;
}
</style>
border-color css
<style>
span { border-color: #DD972E; }
span { border-color: rgb(221,151,46); }
td.TdClassName
{
border-color: #DD972E;
}
.TagClassName
{
border-color: #DD972E;
}
</style>