Shades of Buttercup #DD8827
Tints of Buttercup #DD8827
RGB
CMYK
RGB Variations
Color information
#DD8827 (or 0xDD8827) is known color: Buttercup. HEX triplet: DD, 88 and 27. RGB value is (221,136,39). Sum of RGB (Red+Green+Blue) = 221+136+39=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8827 is #2277D8. Grayscale: #969696. Windows color (decimal): -2258905 or 2590941. OLE color: 2590941.
HSL color Cylindrical-coordinate representation of color #DD8827: hue angle of 31.98º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD8827 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 39 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.13 |
| HSL | 31.98º | 0.73% | 0.51% | - |
| HSV(B) | 31.98º | 0.82% | 0.87% | - |
| XYZ | 38.99 | 33.13 | 6.26 | - |
| YUV | 150.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 39 | 0 | 0.38 | 0.82 | 0.13 | 31.98 | 0.73 | 0.51 |
| Hex | DD | 88 | 27 | 0 | 26 | 52 | D | 20 | 49 | 33 |
| Octal | 335 | 210 | 47 | 0 | 46 | 122 | 15 | 40 | 111 | 63 |
| Binary | 11011101 | 10001000 | 100111 | 0 | 100110 | 1010010 | 1101 | 100000 | 1001001 | 110011 |
Color Harmonies of #DD8827
Complementary color
Monochromatic Colors of #DD8827
Black with #DD8827
Text Example
Text Example
White with #DD8827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8827; }
p { color: rgb(221,136,39); }
H1.HeaderClassName
{
color: #DD8827;
}
.AnyTagClassName
{
color: #DD8827;
}
</style>
background-color css
<style>
a { background-color: #DD8827; }
a { background-color: rgb(221,136,39); }
div.DivClassName
{
background-color: #DD8827;
}
.BgClassName
{
background-color: #DD8827;
}
</style>
border-color css
<style>
span { border-color: #DD8827; }
span { border-color: rgb(221,136,39); }
td.TdClassName
{
border-color: #DD8827;
}
.TagClassName
{
border-color: #DD8827;
}
</style>