Shades of Buttercup #DD8720
Tints of Buttercup #DD8720
RGB
CMYK
RGB Variations
Color information
#DD8720 (or 0xDD8720) is known color: Buttercup. HEX triplet: DD, 87 and 20. RGB value is (221,135,32). Sum of RGB (Red+Green+Blue) = 221+135+32=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8720 is #2278DF. Grayscale: #959595. Windows color (decimal): -2259168 or 2131933. OLE color: 2131933.
HSL color Cylindrical-coordinate representation of color #DD8720: hue angle of 32.7º 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 #DD8720 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 32 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.13 |
| HSL | 32.7º | 0.75% | 0.5% | - |
| HSV(B) | 32.7º | 0.86% | 0.87% | - |
| XYZ | 38.74 | 32.8 | 5.66 | - |
| YUV | 148.97 | 61.99 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 32 | 0 | 0.39 | 0.86 | 0.13 | 32.7 | 0.75 | 0.5 |
| Hex | DD | 87 | 20 | 0 | 27 | 56 | D | 21 | 4B | 32 |
| Octal | 335 | 207 | 40 | 0 | 47 | 126 | 15 | 41 | 113 | 62 |
| Binary | 11011101 | 10000111 | 100000 | 0 | 100111 | 1010110 | 1101 | 100001 | 1001011 | 110010 |
Color Harmonies of #DD8720
Complementary color
Monochromatic Colors of #DD8720
Black with #DD8720
Text Example
Text Example
White with #DD8720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8720; }
p { color: rgb(221,135,32); }
H1.HeaderClassName
{
color: #DD8720;
}
.AnyTagClassName
{
color: #DD8720;
}
</style>
background-color css
<style>
a { background-color: #DD8720; }
a { background-color: rgb(221,135,32); }
div.DivClassName
{
background-color: #DD8720;
}
.BgClassName
{
background-color: #DD8720;
}
</style>
border-color css
<style>
span { border-color: #DD8720; }
span { border-color: rgb(221,135,32); }
td.TdClassName
{
border-color: #DD8720;
}
.TagClassName
{
border-color: #DD8720;
}
</style>