Shades of Buttercup #DD8721
Tints of Buttercup #DD8721
RGB
CMYK
RGB Variations
Color information
#DD8721 (or 0xDD8721) is known color: Buttercup. HEX triplet: DD, 87 and 21. RGB value is (221,135,33). Sum of RGB (Red+Green+Blue) = 221+135+33=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8721 is #2278DE. Grayscale: #959595. Windows color (decimal): -2259167 or 2197469. OLE color: 2197469.
HSL color Cylindrical-coordinate representation of color #DD8721: hue angle of 32.55º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD8721 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 33 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.13 |
| HSL | 32.55º | 0.74% | 0.5% | - |
| HSV(B) | 32.55º | 0.85% | 0.87% | - |
| XYZ | 38.76 | 32.81 | 5.73 | - |
| YUV | 149.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 33 | 0 | 0.39 | 0.85 | 0.13 | 32.55 | 0.74 | 0.5 |
| Hex | DD | 87 | 21 | 0 | 27 | 55 | D | 21 | 4A | 32 |
| Octal | 335 | 207 | 41 | 0 | 47 | 125 | 15 | 41 | 112 | 62 |
| Binary | 11011101 | 10000111 | 100001 | 0 | 100111 | 1010101 | 1101 | 100001 | 1001010 | 110010 |
Color Harmonies of #DD8721
Complementary color
Monochromatic Colors of #DD8721
Black with #DD8721
Text Example
Text Example
White with #DD8721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8721; }
p { color: rgb(221,135,33); }
H1.HeaderClassName
{
color: #DD8721;
}
.AnyTagClassName
{
color: #DD8721;
}
</style>
background-color css
<style>
a { background-color: #DD8721; }
a { background-color: rgb(221,135,33); }
div.DivClassName
{
background-color: #DD8721;
}
.BgClassName
{
background-color: #DD8721;
}
</style>
border-color css
<style>
span { border-color: #DD8721; }
span { border-color: rgb(221,135,33); }
td.TdClassName
{
border-color: #DD8721;
}
.TagClassName
{
border-color: #DD8721;
}
</style>