Shades of Buttercup #DD8824
Tints of Buttercup #DD8824
RGB
CMYK
RGB Variations
Color information
#DD8824 (or 0xDD8824) is known color: Buttercup. HEX triplet: DD, 88 and 24. RGB value is (221,136,36). Sum of RGB (Red+Green+Blue) = 221+136+36=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8824 is #2277DB. Grayscale: #969696. Windows color (decimal): -2258908 or 2394333. OLE color: 2394333.
HSL color Cylindrical-coordinate representation of color #DD8824: hue angle of 32.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD8824 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 36 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.13 |
| HSL | 32.43º | 0.73% | 0.5% | - |
| HSV(B) | 32.43º | 0.84% | 0.87% | - |
| XYZ | 38.94 | 33.11 | 6.01 | - |
| YUV | 150.02 | 63.66 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 36 | 0 | 0.38 | 0.84 | 0.13 | 32.43 | 0.73 | 0.5 |
| Hex | DD | 88 | 24 | 0 | 26 | 54 | D | 20 | 49 | 32 |
| Octal | 335 | 210 | 44 | 0 | 46 | 124 | 15 | 40 | 111 | 62 |
| Binary | 11011101 | 10001000 | 100100 | 0 | 100110 | 1010100 | 1101 | 100000 | 1001001 | 110010 |
Color Harmonies of #DD8824
Complementary color
Monochromatic Colors of #DD8824
Black with #DD8824
Text Example
Text Example
White with #DD8824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8824; }
p { color: rgb(221,136,36); }
H1.HeaderClassName
{
color: #DD8824;
}
.AnyTagClassName
{
color: #DD8824;
}
</style>
background-color css
<style>
a { background-color: #DD8824; }
a { background-color: rgb(221,136,36); }
div.DivClassName
{
background-color: #DD8824;
}
.BgClassName
{
background-color: #DD8824;
}
</style>
border-color css
<style>
span { border-color: #DD8824; }
span { border-color: rgb(221,136,36); }
td.TdClassName
{
border-color: #DD8824;
}
.TagClassName
{
border-color: #DD8824;
}
</style>