Shades of Buttercup #DD8D2D
Tints of Buttercup #DD8D2D
RGB
CMYK
RGB Variations
Color information
#DD8D2D (or 0xDD8D2D) is known color: Buttercup. HEX triplet: DD, 8D and 2D. RGB value is (221,141,45). Sum of RGB (Red+Green+Blue) = 221+141+45=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D2D is #2272D2. Grayscale: #9A9A9A. Windows color (decimal): -2257619 or 2985437. OLE color: 2985437.
HSL color Cylindrical-coordinate representation of color #DD8D2D: hue angle of 32.73º 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 #DD8D2D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 45 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.13 |
| HSL | 32.73º | 0.72% | 0.52% | - |
| HSV(B) | 32.73º | 0.8% | 0.87% | - |
| XYZ | 39.82 | 34.61 | 7.06 | - |
| YUV | 153.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 45 | 0 | 0.36 | 0.80 | 0.13 | 32.73 | 0.72 | 0.52 |
| Hex | DD | 8D | 2D | 0 | 24 | 50 | D | 21 | 48 | 34 |
| Octal | 335 | 215 | 55 | 0 | 44 | 120 | 15 | 41 | 110 | 64 |
| Binary | 11011101 | 10001101 | 101101 | 0 | 100100 | 1010000 | 1101 | 100001 | 1001000 | 110100 |
Color Harmonies of #DD8D2D
Complementary color
Monochromatic Colors of #DD8D2D
Black with #DD8D2D
Text Example
Text Example
White with #DD8D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D2D; }
p { color: rgb(221,141,45); }
H1.HeaderClassName
{
color: #DD8D2D;
}
.AnyTagClassName
{
color: #DD8D2D;
}
</style>
background-color css
<style>
a { background-color: #DD8D2D; }
a { background-color: rgb(221,141,45); }
div.DivClassName
{
background-color: #DD8D2D;
}
.BgClassName
{
background-color: #DD8D2D;
}
</style>
border-color css
<style>
span { border-color: #DD8D2D; }
span { border-color: rgb(221,141,45); }
td.TdClassName
{
border-color: #DD8D2D;
}
.TagClassName
{
border-color: #DD8D2D;
}
</style>