Shades of Buttercup #DD9521
Tints of Buttercup #DD9521
RGB
CMYK
RGB Variations
Color information
#DD9521 (or 0xDD9521) is known color: Buttercup. HEX triplet: DD, 95 and 21. RGB value is (221,149,33). Sum of RGB (Red+Green+Blue) = 221+149+33=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9521 is #226ADE. Grayscale: #9D9D9D. Windows color (decimal): -2255583 or 2201053. OLE color: 2201053.
HSL color Cylindrical-coordinate representation of color #DD9521: hue angle of 37.02º 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 #DD9521 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 33 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.13 |
| HSL | 37.02º | 0.74% | 0.5% | - |
| HSV(B) | 37.02º | 0.85% | 0.87% | - |
| XYZ | 40.84 | 36.98 | 6.42 | - |
| YUV | 157.3 | 57.85 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 33 | 0 | 0.33 | 0.85 | 0.13 | 37.02 | 0.74 | 0.5 |
| Hex | DD | 95 | 21 | 0 | 21 | 55 | D | 25 | 4A | 32 |
| Octal | 335 | 225 | 41 | 0 | 41 | 125 | 15 | 45 | 112 | 62 |
| Binary | 11011101 | 10010101 | 100001 | 0 | 100001 | 1010101 | 1101 | 100101 | 1001010 | 110010 |
Color Harmonies of #DD9521
Complementary color
Monochromatic Colors of #DD9521
Black with #DD9521
Text Example
Text Example
White with #DD9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9521; }
p { color: rgb(221,149,33); }
H1.HeaderClassName
{
color: #DD9521;
}
.AnyTagClassName
{
color: #DD9521;
}
</style>
background-color css
<style>
a { background-color: #DD9521; }
a { background-color: rgb(221,149,33); }
div.DivClassName
{
background-color: #DD9521;
}
.BgClassName
{
background-color: #DD9521;
}
</style>
border-color css
<style>
span { border-color: #DD9521; }
span { border-color: rgb(221,149,33); }
td.TdClassName
{
border-color: #DD9521;
}
.TagClassName
{
border-color: #DD9521;
}
</style>