Shades of Buttercup #DD8520
Tints of Buttercup #DD8520
RGB
CMYK
RGB Variations
Color information
#DD8520 (or 0xDD8520) is known color: Buttercup. HEX triplet: DD, 85 and 20. RGB value is (221,133,32). Sum of RGB (Red+Green+Blue) = 221+133+32=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8520 is #227ADF. Grayscale: #949494. Windows color (decimal): -2259680 or 2131421. OLE color: 2131421.
HSL color Cylindrical-coordinate representation of color #DD8520: hue angle of 32.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD8520 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 32 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.13 |
| HSL | 32.06º | 0.75% | 0.5% | - |
| HSV(B) | 32.06º | 0.86% | 0.87% | - |
| XYZ | 38.47 | 32.25 | 5.56 | - |
| YUV | 147.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 32 | 0 | 0.40 | 0.86 | 0.13 | 32.06 | 0.75 | 0.5 |
| Hex | DD | 85 | 20 | 0 | 28 | 56 | D | 20 | 4B | 32 |
| Octal | 335 | 205 | 40 | 0 | 50 | 126 | 15 | 40 | 113 | 62 |
| Binary | 11011101 | 10000101 | 100000 | 0 | 101000 | 1010110 | 1101 | 100000 | 1001011 | 110010 |
Color Harmonies of #DD8520
Complementary color
Monochromatic Colors of #DD8520
Black with #DD8520
Text Example
Text Example
White with #DD8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8520; }
p { color: rgb(221,133,32); }
H1.HeaderClassName
{
color: #DD8520;
}
.AnyTagClassName
{
color: #DD8520;
}
</style>
background-color css
<style>
a { background-color: #DD8520; }
a { background-color: rgb(221,133,32); }
div.DivClassName
{
background-color: #DD8520;
}
.BgClassName
{
background-color: #DD8520;
}
</style>
border-color css
<style>
span { border-color: #DD8520; }
span { border-color: rgb(221,133,32); }
td.TdClassName
{
border-color: #DD8520;
}
.TagClassName
{
border-color: #DD8520;
}
</style>