Shades of Buttercup #DD8E2D
Tints of Buttercup #DD8E2D
RGB
CMYK
RGB Variations
Color information
#DD8E2D (or 0xDD8E2D) is known color: Buttercup. HEX triplet: DD, 8E and 2D. RGB value is (221,142,45). Sum of RGB (Red+Green+Blue) = 221+142+45=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8E2D is #2271D2. Grayscale: #9B9B9B. Windows color (decimal): -2257363 or 2985693. OLE color: 2985693.
HSL color Cylindrical-coordinate representation of color #DD8E2D: hue angle of 33.07º 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 #DD8E2D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 45 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.13 |
| HSL | 33.07º | 0.72% | 0.52% | - |
| HSV(B) | 33.07º | 0.8% | 0.87% | - |
| XYZ | 39.97 | 34.91 | 7.11 | - |
| YUV | 154.56 | 66.17 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 45 | 0 | 0.36 | 0.80 | 0.13 | 33.07 | 0.72 | 0.52 |
| Hex | DD | 8E | 2D | 0 | 24 | 50 | D | 21 | 48 | 34 |
| Octal | 335 | 216 | 55 | 0 | 44 | 120 | 15 | 41 | 110 | 64 |
| Binary | 11011101 | 10001110 | 101101 | 0 | 100100 | 1010000 | 1101 | 100001 | 1001000 | 110100 |
Color Harmonies of #DD8E2D
Complementary color
Monochromatic Colors of #DD8E2D
Black with #DD8E2D
Text Example
Text Example
White with #DD8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8E2D; }
p { color: rgb(221,142,45); }
H1.HeaderClassName
{
color: #DD8E2D;
}
.AnyTagClassName
{
color: #DD8E2D;
}
</style>
background-color css
<style>
a { background-color: #DD8E2D; }
a { background-color: rgb(221,142,45); }
div.DivClassName
{
background-color: #DD8E2D;
}
.BgClassName
{
background-color: #DD8E2D;
}
</style>
border-color css
<style>
span { border-color: #DD8E2D; }
span { border-color: rgb(221,142,45); }
td.TdClassName
{
border-color: #DD8E2D;
}
.TagClassName
{
border-color: #DD8E2D;
}
</style>