Shades of Buttercup #DD882A
Tints of Buttercup #DD882A
RGB
CMYK
RGB Variations
Color information
#DD882A (or 0xDD882A) is known color: Buttercup. HEX triplet: DD, 88 and 2A. RGB value is (221,136,42). Sum of RGB (Red+Green+Blue) = 221+136+42=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD882A is #2277D5. Grayscale: #979797. Windows color (decimal): -2258902 or 2787549. OLE color: 2787549.
HSL color Cylindrical-coordinate representation of color #DD882A: hue angle of 31.51º 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 #DD882A is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 42 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.13 |
| HSL | 31.51º | 0.72% | 0.52% | - |
| HSV(B) | 31.51º | 0.81% | 0.87% | - |
| XYZ | 39.04 | 33.15 | 6.53 | - |
| YUV | 150.7 | 66.66 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 42 | 0 | 0.38 | 0.81 | 0.13 | 31.51 | 0.72 | 0.52 |
| Hex | DD | 88 | 2A | 0 | 26 | 51 | D | 20 | 48 | 34 |
| Octal | 335 | 210 | 52 | 0 | 46 | 121 | 15 | 40 | 110 | 64 |
| Binary | 11011101 | 10001000 | 101010 | 0 | 100110 | 1010001 | 1101 | 100000 | 1001000 | 110100 |
Color Harmonies of #DD882A
Complementary color
Monochromatic Colors of #DD882A
Black with #DD882A
Text Example
Text Example
White with #DD882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD882A; }
p { color: rgb(221,136,42); }
H1.HeaderClassName
{
color: #DD882A;
}
.AnyTagClassName
{
color: #DD882A;
}
</style>
background-color css
<style>
a { background-color: #DD882A; }
a { background-color: rgb(221,136,42); }
div.DivClassName
{
background-color: #DD882A;
}
.BgClassName
{
background-color: #DD882A;
}
</style>
border-color css
<style>
span { border-color: #DD882A; }
span { border-color: rgb(221,136,42); }
td.TdClassName
{
border-color: #DD882A;
}
.TagClassName
{
border-color: #DD882A;
}
</style>