Shades of Buttercup #DD8B21
Tints of Buttercup #DD8B21
RGB
CMYK
RGB Variations
Color information
#DD8B21 (or 0xDD8B21) is known color: Buttercup. HEX triplet: DD, 8B and 21. RGB value is (221,139,33). Sum of RGB (Red+Green+Blue) = 221+139+33=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B21 is #2274DE. Grayscale: #979797. Windows color (decimal): -2258143 or 2198493. OLE color: 2198493.
HSL color Cylindrical-coordinate representation of color #DD8B21: hue angle of 33.83º 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 #DD8B21 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 33 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.13 |
| HSL | 33.83º | 0.74% | 0.5% | - |
| HSV(B) | 33.83º | 0.85% | 0.87% | - |
| XYZ | 39.33 | 33.95 | 5.92 | - |
| YUV | 151.43 | 61.17 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 33 | 0 | 0.37 | 0.85 | 0.13 | 33.83 | 0.74 | 0.5 |
| Hex | DD | 8B | 21 | 0 | 25 | 55 | D | 22 | 4A | 32 |
| Octal | 335 | 213 | 41 | 0 | 45 | 125 | 15 | 42 | 112 | 62 |
| Binary | 11011101 | 10001011 | 100001 | 0 | 100101 | 1010101 | 1101 | 100010 | 1001010 | 110010 |
Color Harmonies of #DD8B21
Complementary color
Monochromatic Colors of #DD8B21
Black with #DD8B21
Text Example
Text Example
White with #DD8B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B21; }
p { color: rgb(221,139,33); }
H1.HeaderClassName
{
color: #DD8B21;
}
.AnyTagClassName
{
color: #DD8B21;
}
</style>
background-color css
<style>
a { background-color: #DD8B21; }
a { background-color: rgb(221,139,33); }
div.DivClassName
{
background-color: #DD8B21;
}
.BgClassName
{
background-color: #DD8B21;
}
</style>
border-color css
<style>
span { border-color: #DD8B21; }
span { border-color: rgb(221,139,33); }
td.TdClassName
{
border-color: #DD8B21;
}
.TagClassName
{
border-color: #DD8B21;
}
</style>