Shades of Buttercup #DD882E
Tints of Buttercup #DD882E
RGB
CMYK
RGB Variations
Color information
#DD882E (or 0xDD882E) is known color: Buttercup. HEX triplet: DD, 88 and 2E. RGB value is (221,136,46). Sum of RGB (Red+Green+Blue) = 221+136+46=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD882E is #2277D1. Grayscale: #979797. Windows color (decimal): -2258898 or 3049693. OLE color: 3049693.
HSL color Cylindrical-coordinate representation of color #DD882E: hue angle of 30.86º 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 #DD882E is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 46 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.13 |
| HSL | 30.86º | 0.72% | 0.52% | - |
| HSV(B) | 30.86º | 0.79% | 0.87% | - |
| XYZ | 39.12 | 33.18 | 6.93 | - |
| YUV | 151.16 | 68.66 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 46 | 0 | 0.38 | 0.79 | 0.13 | 30.86 | 0.72 | 0.52 |
| Hex | DD | 88 | 2E | 0 | 26 | 4F | D | 1F | 48 | 34 |
| Octal | 335 | 210 | 56 | 0 | 46 | 117 | 15 | 37 | 110 | 64 |
| Binary | 11011101 | 10001000 | 101110 | 0 | 100110 | 1001111 | 1101 | 11111 | 1001000 | 110100 |
Color Harmonies of #DD882E
Complementary color
Monochromatic Colors of #DD882E
Black with #DD882E
Text Example
Text Example
White with #DD882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD882E; }
p { color: rgb(221,136,46); }
H1.HeaderClassName
{
color: #DD882E;
}
.AnyTagClassName
{
color: #DD882E;
}
</style>
background-color css
<style>
a { background-color: #DD882E; }
a { background-color: rgb(221,136,46); }
div.DivClassName
{
background-color: #DD882E;
}
.BgClassName
{
background-color: #DD882E;
}
</style>
border-color css
<style>
span { border-color: #DD882E; }
span { border-color: rgb(221,136,46); }
td.TdClassName
{
border-color: #DD882E;
}
.TagClassName
{
border-color: #DD882E;
}
</style>