Shades of Buttercup #DD982A
Tints of Buttercup #DD982A
RGB
CMYK
RGB Variations
Color information
#DD982A (or 0xDD982A) is known color: Buttercup. HEX triplet: DD, 98 and 2A. RGB value is (221,152,42). Sum of RGB (Red+Green+Blue) = 221+152+42=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD982A is #2267D5. Grayscale: #A0A0A0. Windows color (decimal): -2254806 or 2791645. OLE color: 2791645.
HSL color Cylindrical-coordinate representation of color #DD982A: hue angle of 36.87º 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 #DD982A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 42 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.13 |
| HSL | 36.87º | 0.72% | 0.52% | - |
| HSV(B) | 36.87º | 0.81% | 0.87% | - |
| XYZ | 41.46 | 38 | 7.34 | - |
| YUV | 160.09 | 61.36 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 42 | 0 | 0.31 | 0.81 | 0.13 | 36.87 | 0.72 | 0.52 |
| Hex | DD | 98 | 2A | 0 | 1F | 51 | D | 25 | 48 | 34 |
| Octal | 335 | 230 | 52 | 0 | 37 | 121 | 15 | 45 | 110 | 64 |
| Binary | 11011101 | 10011000 | 101010 | 0 | 11111 | 1010001 | 1101 | 100101 | 1001000 | 110100 |
Color Harmonies of #DD982A
Complementary color
Monochromatic Colors of #DD982A
Black with #DD982A
Text Example
Text Example
White with #DD982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD982A; }
p { color: rgb(221,152,42); }
H1.HeaderClassName
{
color: #DD982A;
}
.AnyTagClassName
{
color: #DD982A;
}
</style>
background-color css
<style>
a { background-color: #DD982A; }
a { background-color: rgb(221,152,42); }
div.DivClassName
{
background-color: #DD982A;
}
.BgClassName
{
background-color: #DD982A;
}
</style>
border-color css
<style>
span { border-color: #DD982A; }
span { border-color: rgb(221,152,42); }
td.TdClassName
{
border-color: #DD982A;
}
.TagClassName
{
border-color: #DD982A;
}
</style>