Shades of Buttercup #DD8929
Tints of Buttercup #DD8929
RGB
CMYK
RGB Variations
Color information
#DD8929 (or 0xDD8929) is known color: Buttercup. HEX triplet: DD, 89 and 29. RGB value is (221,137,41). Sum of RGB (Red+Green+Blue) = 221+137+41=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8929 is #2276D6. Grayscale: #979797. Windows color (decimal): -2258647 or 2722269. OLE color: 2722269.
HSL color Cylindrical-coordinate representation of color #DD8929: hue angle of 32º 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 #DD8929 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 41 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.13 |
| HSL | 32º | 0.73% | 0.51% | - |
| HSV(B) | 32º | 0.81% | 0.87% | - |
| XYZ | 39.16 | 33.42 | 6.49 | - |
| YUV | 151.17 | 65.83 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 41 | 0 | 0.38 | 0.81 | 0.13 | 32 | 0.73 | 0.51 |
| Hex | DD | 89 | 29 | 0 | 26 | 51 | D | 20 | 49 | 33 |
| Octal | 335 | 211 | 51 | 0 | 46 | 121 | 15 | 40 | 111 | 63 |
| Binary | 11011101 | 10001001 | 101001 | 0 | 100110 | 1010001 | 1101 | 100000 | 1001001 | 110011 |
Color Harmonies of #DD8929
Complementary color
Monochromatic Colors of #DD8929
Black with #DD8929
Text Example
Text Example
White with #DD8929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8929; }
p { color: rgb(221,137,41); }
H1.HeaderClassName
{
color: #DD8929;
}
.AnyTagClassName
{
color: #DD8929;
}
</style>
background-color css
<style>
a { background-color: #DD8929; }
a { background-color: rgb(221,137,41); }
div.DivClassName
{
background-color: #DD8929;
}
.BgClassName
{
background-color: #DD8929;
}
</style>
border-color css
<style>
span { border-color: #DD8929; }
span { border-color: rgb(221,137,41); }
td.TdClassName
{
border-color: #DD8929;
}
.TagClassName
{
border-color: #DD8929;
}
</style>