Shades of Buttercup #DD972A
Tints of Buttercup #DD972A
RGB
CMYK
RGB Variations
Color information
#DD972A (or 0xDD972A) is known color: Buttercup. HEX triplet: DD, 97 and 2A. RGB value is (221,151,42). Sum of RGB (Red+Green+Blue) = 221+151+42=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD972A is #2268D5. Grayscale: #A0A0A0. Windows color (decimal): -2255062 or 2791389. OLE color: 2791389.
HSL color Cylindrical-coordinate representation of color #DD972A: hue angle of 36.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD972A is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 42 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.13 |
| HSL | 36.54º | 0.72% | 0.52% | - |
| HSV(B) | 36.54º | 0.81% | 0.87% | - |
| XYZ | 41.3 | 37.67 | 7.29 | - |
| YUV | 159.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 42 | 0 | 0.32 | 0.81 | 0.13 | 36.54 | 0.72 | 0.52 |
| Hex | DD | 97 | 2A | 0 | 20 | 51 | D | 25 | 48 | 34 |
| Octal | 335 | 227 | 52 | 0 | 40 | 121 | 15 | 45 | 110 | 64 |
| Binary | 11011101 | 10010111 | 101010 | 0 | 100000 | 1010001 | 1101 | 100101 | 1001000 | 110100 |
Color Harmonies of #DD972A
Complementary color
Monochromatic Colors of #DD972A
Black with #DD972A
Text Example
Text Example
White with #DD972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD972A; }
p { color: rgb(221,151,42); }
H1.HeaderClassName
{
color: #DD972A;
}
.AnyTagClassName
{
color: #DD972A;
}
</style>
background-color css
<style>
a { background-color: #DD972A; }
a { background-color: rgb(221,151,42); }
div.DivClassName
{
background-color: #DD972A;
}
.BgClassName
{
background-color: #DD972A;
}
</style>
border-color css
<style>
span { border-color: #DD972A; }
span { border-color: rgb(221,151,42); }
td.TdClassName
{
border-color: #DD972A;
}
.TagClassName
{
border-color: #DD972A;
}
</style>