Shades of Buttercup #DD8822
Tints of Buttercup #DD8822
RGB
CMYK
RGB Variations
Color information
#DD8822 (or 0xDD8822) is known color: Buttercup. HEX triplet: DD, 88 and 22. RGB value is (221,136,34). Sum of RGB (Red+Green+Blue) = 221+136+34=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8822 is #2277DD. Grayscale: #969696. Windows color (decimal): -2258910 or 2263261. OLE color: 2263261.
HSL color Cylindrical-coordinate representation of color #DD8822: hue angle of 32.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD8822 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 34 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.13 |
| HSL | 32.73º | 0.73% | 0.5% | - |
| HSV(B) | 32.73º | 0.85% | 0.87% | - |
| XYZ | 38.91 | 33.1 | 5.85 | - |
| YUV | 149.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 34 | 0 | 0.38 | 0.85 | 0.13 | 32.73 | 0.73 | 0.5 |
| Hex | DD | 88 | 22 | 0 | 26 | 55 | D | 21 | 49 | 32 |
| Octal | 335 | 210 | 42 | 0 | 46 | 125 | 15 | 41 | 111 | 62 |
| Binary | 11011101 | 10001000 | 100010 | 0 | 100110 | 1010101 | 1101 | 100001 | 1001001 | 110010 |
Color Harmonies of #DD8822
Complementary color
Monochromatic Colors of #DD8822
Black with #DD8822
Text Example
Text Example
White with #DD8822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8822; }
p { color: rgb(221,136,34); }
H1.HeaderClassName
{
color: #DD8822;
}
.AnyTagClassName
{
color: #DD8822;
}
</style>
background-color css
<style>
a { background-color: #DD8822; }
a { background-color: rgb(221,136,34); }
div.DivClassName
{
background-color: #DD8822;
}
.BgClassName
{
background-color: #DD8822;
}
</style>
border-color css
<style>
span { border-color: #DD8822; }
span { border-color: rgb(221,136,34); }
td.TdClassName
{
border-color: #DD8822;
}
.TagClassName
{
border-color: #DD8822;
}
</style>