Shades of Buttercup #DD8D2E
Tints of Buttercup #DD8D2E
RGB
CMYK
RGB Variations
Color information
#DD8D2E (or 0xDD8D2E) is known color: Buttercup. HEX triplet: DD, 8D and 2E. RGB value is (221,141,46). Sum of RGB (Red+Green+Blue) = 221+141+46=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D2E is #2272D1. Grayscale: #9A9A9A. Windows color (decimal): -2257618 or 3050973. OLE color: 3050973.
HSL color Cylindrical-coordinate representation of color #DD8D2E: hue angle of 32.57º 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 #DD8D2E is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 46 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.13 |
| HSL | 32.57º | 0.72% | 0.52% | - |
| HSV(B) | 32.57º | 0.79% | 0.87% | - |
| XYZ | 39.84 | 34.62 | 7.17 | - |
| YUV | 154.09 | 67 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 46 | 0 | 0.36 | 0.79 | 0.13 | 32.57 | 0.72 | 0.52 |
| Hex | DD | 8D | 2E | 0 | 24 | 4F | D | 21 | 48 | 34 |
| Octal | 335 | 215 | 56 | 0 | 44 | 117 | 15 | 41 | 110 | 64 |
| Binary | 11011101 | 10001101 | 101110 | 0 | 100100 | 1001111 | 1101 | 100001 | 1001000 | 110100 |
Color Harmonies of #DD8D2E
Complementary color
Monochromatic Colors of #DD8D2E
Black with #DD8D2E
Text Example
Text Example
White with #DD8D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D2E; }
p { color: rgb(221,141,46); }
H1.HeaderClassName
{
color: #DD8D2E;
}
.AnyTagClassName
{
color: #DD8D2E;
}
</style>
background-color css
<style>
a { background-color: #DD8D2E; }
a { background-color: rgb(221,141,46); }
div.DivClassName
{
background-color: #DD8D2E;
}
.BgClassName
{
background-color: #DD8D2E;
}
</style>
border-color css
<style>
span { border-color: #DD8D2E; }
span { border-color: rgb(221,141,46); }
td.TdClassName
{
border-color: #DD8D2E;
}
.TagClassName
{
border-color: #DD8D2E;
}
</style>