Shades of Buttercup #DD8424
Tints of Buttercup #DD8424
RGB
CMYK
RGB Variations
Color information
#DD8424 (or 0xDD8424) is known color: Buttercup. HEX triplet: DD, 84 and 24. RGB value is (221,132,36). Sum of RGB (Red+Green+Blue) = 221+132+36=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8424 is #227BDB. Grayscale: #949494. Windows color (decimal): -2259932 or 2393309. OLE color: 2393309.
HSL color Cylindrical-coordinate representation of color #DD8424: hue angle of 31.14º 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 #DD8424 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 36 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.13 |
| HSL | 31.14º | 0.73% | 0.5% | - |
| HSV(B) | 31.14º | 0.84% | 0.87% | - |
| XYZ | 38.39 | 32 | 5.82 | - |
| YUV | 147.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 36 | 0 | 0.40 | 0.84 | 0.13 | 31.14 | 0.73 | 0.5 |
| Hex | DD | 84 | 24 | 0 | 28 | 54 | D | 1F | 49 | 32 |
| Octal | 335 | 204 | 44 | 0 | 50 | 124 | 15 | 37 | 111 | 62 |
| Binary | 11011101 | 10000100 | 100100 | 0 | 101000 | 1010100 | 1101 | 11111 | 1001001 | 110010 |
Color Harmonies of #DD8424
Complementary color
Monochromatic Colors of #DD8424
Black with #DD8424
Text Example
Text Example
White with #DD8424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8424; }
p { color: rgb(221,132,36); }
H1.HeaderClassName
{
color: #DD8424;
}
.AnyTagClassName
{
color: #DD8424;
}
</style>
background-color css
<style>
a { background-color: #DD8424; }
a { background-color: rgb(221,132,36); }
div.DivClassName
{
background-color: #DD8424;
}
.BgClassName
{
background-color: #DD8424;
}
</style>
border-color css
<style>
span { border-color: #DD8424; }
span { border-color: rgb(221,132,36); }
td.TdClassName
{
border-color: #DD8424;
}
.TagClassName
{
border-color: #DD8424;
}
</style>