Shades of Buttercup #DD882C
Tints of Buttercup #DD882C
RGB
CMYK
RGB Variations
Color information
#DD882C (or 0xDD882C) is known color: Buttercup. HEX triplet: DD, 88 and 2C. RGB value is (221,136,44). Sum of RGB (Red+Green+Blue) = 221+136+44=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD882C is #2277D3. Grayscale: #979797. Windows color (decimal): -2258900 or 2918621. OLE color: 2918621.
HSL color Cylindrical-coordinate representation of color #DD882C: hue angle of 31.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD882C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 44 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.13 |
| HSL | 31.19º | 0.72% | 0.52% | - |
| HSV(B) | 31.19º | 0.8% | 0.87% | - |
| XYZ | 39.08 | 33.16 | 6.72 | - |
| YUV | 150.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 44 | 0 | 0.38 | 0.80 | 0.13 | 31.19 | 0.72 | 0.52 |
| Hex | DD | 88 | 2C | 0 | 26 | 50 | D | 1F | 48 | 34 |
| Octal | 335 | 210 | 54 | 0 | 46 | 120 | 15 | 37 | 110 | 64 |
| Binary | 11011101 | 10001000 | 101100 | 0 | 100110 | 1010000 | 1101 | 11111 | 1001000 | 110100 |
Color Harmonies of #DD882C
Complementary color
Monochromatic Colors of #DD882C
Black with #DD882C
Text Example
Text Example
White with #DD882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD882C; }
p { color: rgb(221,136,44); }
H1.HeaderClassName
{
color: #DD882C;
}
.AnyTagClassName
{
color: #DD882C;
}
</style>
background-color css
<style>
a { background-color: #DD882C; }
a { background-color: rgb(221,136,44); }
div.DivClassName
{
background-color: #DD882C;
}
.BgClassName
{
background-color: #DD882C;
}
</style>
border-color css
<style>
span { border-color: #DD882C; }
span { border-color: rgb(221,136,44); }
td.TdClassName
{
border-color: #DD882C;
}
.TagClassName
{
border-color: #DD882C;
}
</style>