Shades of Buttercup #DD8E29
Tints of Buttercup #DD8E29
RGB
CMYK
RGB Variations
Color information
#DD8E29 (or 0xDD8E29) is known color: Buttercup. HEX triplet: DD, 8E and 29. RGB value is (221,142,41). Sum of RGB (Red+Green+Blue) = 221+142+41=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8E29 is #2271D6. Grayscale: #9A9A9A. Windows color (decimal): -2257367 or 2723549. OLE color: 2723549.
HSL color Cylindrical-coordinate representation of color #DD8E29: hue angle of 33.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD8E29 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 41 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.13 |
| HSL | 33.67º | 0.73% | 0.51% | - |
| HSV(B) | 33.67º | 0.81% | 0.87% | - |
| XYZ | 39.89 | 34.88 | 6.73 | - |
| YUV | 154.11 | 64.17 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 41 | 0 | 0.36 | 0.81 | 0.13 | 33.67 | 0.73 | 0.51 |
| Hex | DD | 8E | 29 | 0 | 24 | 51 | D | 22 | 49 | 33 |
| Octal | 335 | 216 | 51 | 0 | 44 | 121 | 15 | 42 | 111 | 63 |
| Binary | 11011101 | 10001110 | 101001 | 0 | 100100 | 1010001 | 1101 | 100010 | 1001001 | 110011 |
Color Harmonies of #DD8E29
Complementary color
Monochromatic Colors of #DD8E29
Black with #DD8E29
Text Example
Text Example
White with #DD8E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8E29; }
p { color: rgb(221,142,41); }
H1.HeaderClassName
{
color: #DD8E29;
}
.AnyTagClassName
{
color: #DD8E29;
}
</style>
background-color css
<style>
a { background-color: #DD8E29; }
a { background-color: rgb(221,142,41); }
div.DivClassName
{
background-color: #DD8E29;
}
.BgClassName
{
background-color: #DD8E29;
}
</style>
border-color css
<style>
span { border-color: #DD8E29; }
span { border-color: rgb(221,142,41); }
td.TdClassName
{
border-color: #DD8E29;
}
.TagClassName
{
border-color: #DD8E29;
}
</style>