Shades of Buttercup #DD9C21
Tints of Buttercup #DD9C21
RGB
CMYK
RGB Variations
Color information
#DD9C21 (or 0xDD9C21) is known color: Buttercup. HEX triplet: DD, 9C and 21. RGB value is (221,156,33). Sum of RGB (Red+Green+Blue) = 221+156+33=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9C21 is #2263DE. Grayscale: #A1A1A1. Windows color (decimal): -2253791 or 2202845. OLE color: 2202845.
HSL color Cylindrical-coordinate representation of color #DD9C21: hue angle of 39.26º 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 #DD9C21 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 33 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.13 |
| HSL | 39.26º | 0.74% | 0.5% | - |
| HSV(B) | 39.26º | 0.85% | 0.87% | - |
| XYZ | 41.98 | 39.26 | 6.8 | - |
| YUV | 161.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 33 | 0 | 0.29 | 0.85 | 0.13 | 39.26 | 0.74 | 0.5 |
| Hex | DD | 9C | 21 | 0 | 1D | 55 | D | 27 | 4A | 32 |
| Octal | 335 | 234 | 41 | 0 | 35 | 125 | 15 | 47 | 112 | 62 |
| Binary | 11011101 | 10011100 | 100001 | 0 | 11101 | 1010101 | 1101 | 100111 | 1001010 | 110010 |
Color Harmonies of #DD9C21
Complementary color
Monochromatic Colors of #DD9C21
Black with #DD9C21
Text Example
Text Example
White with #DD9C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C21; }
p { color: rgb(221,156,33); }
H1.HeaderClassName
{
color: #DD9C21;
}
.AnyTagClassName
{
color: #DD9C21;
}
</style>
background-color css
<style>
a { background-color: #DD9C21; }
a { background-color: rgb(221,156,33); }
div.DivClassName
{
background-color: #DD9C21;
}
.BgClassName
{
background-color: #DD9C21;
}
</style>
border-color css
<style>
span { border-color: #DD9C21; }
span { border-color: rgb(221,156,33); }
td.TdClassName
{
border-color: #DD9C21;
}
.TagClassName
{
border-color: #DD9C21;
}
</style>