Shades of Buttercup #DD971D
Tints of Buttercup #DD971D
RGB
CMYK
RGB Variations
Color information
#DD971D (or 0xDD971D) is known color: Buttercup. HEX triplet: DD, 97 and 1D. RGB value is (221,151,29). Sum of RGB (Red+Green+Blue) = 221+151+29=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD971D is #2268E2. Grayscale: #9E9E9E. Windows color (decimal): -2255075 or 1939421. OLE color: 1939421.
HSL color Cylindrical-coordinate representation of color #DD971D: hue angle of 38.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD971D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 29 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.13 |
| HSL | 38.13º | 0.77% | 0.49% | - |
| HSV(B) | 38.13º | 0.87% | 0.87% | - |
| XYZ | 41.11 | 37.59 | 6.25 | - |
| YUV | 158.02 | 55.19 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 29 | 0 | 0.32 | 0.87 | 0.13 | 38.13 | 0.77 | 0.49 |
| Hex | DD | 97 | 1D | 0 | 20 | 57 | D | 26 | 4D | 31 |
| Octal | 335 | 227 | 35 | 0 | 40 | 127 | 15 | 46 | 115 | 61 |
| Binary | 11011101 | 10010111 | 11101 | 0 | 100000 | 1010111 | 1101 | 100110 | 1001101 | 110001 |
Color Harmonies of #DD971D
Complementary color
Monochromatic Colors of #DD971D
Black with #DD971D
Text Example
Text Example
White with #DD971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD971D; }
p { color: rgb(221,151,29); }
H1.HeaderClassName
{
color: #DD971D;
}
.AnyTagClassName
{
color: #DD971D;
}
</style>
background-color css
<style>
a { background-color: #DD971D; }
a { background-color: rgb(221,151,29); }
div.DivClassName
{
background-color: #DD971D;
}
.BgClassName
{
background-color: #DD971D;
}
</style>
border-color css
<style>
span { border-color: #DD971D; }
span { border-color: rgb(221,151,29); }
td.TdClassName
{
border-color: #DD971D;
}
.TagClassName
{
border-color: #DD971D;
}
</style>