Shades of Buttercup #DD9621
Tints of Buttercup #DD9621
RGB
CMYK
RGB Variations
Color information
#DD9621 (or 0xDD9621) is known color: Buttercup. HEX triplet: DD, 96 and 21. RGB value is (221,150,33). Sum of RGB (Red+Green+Blue) = 221+150+33=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9621 is #2269DE. Grayscale: #9E9E9E. Windows color (decimal): -2255327 or 2201309. OLE color: 2201309.
HSL color Cylindrical-coordinate representation of color #DD9621: hue angle of 37.34º 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 #DD9621 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 33 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.13 |
| HSL | 37.34º | 0.74% | 0.5% | - |
| HSV(B) | 37.34º | 0.85% | 0.87% | - |
| XYZ | 41 | 37.29 | 6.48 | - |
| YUV | 157.89 | 57.52 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 33 | 0 | 0.32 | 0.85 | 0.13 | 37.34 | 0.74 | 0.5 |
| Hex | DD | 96 | 21 | 0 | 20 | 55 | D | 25 | 4A | 32 |
| Octal | 335 | 226 | 41 | 0 | 40 | 125 | 15 | 45 | 112 | 62 |
| Binary | 11011101 | 10010110 | 100001 | 0 | 100000 | 1010101 | 1101 | 100101 | 1001010 | 110010 |
Color Harmonies of #DD9621
Complementary color
Monochromatic Colors of #DD9621
Black with #DD9621
Text Example
Text Example
White with #DD9621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9621; }
p { color: rgb(221,150,33); }
H1.HeaderClassName
{
color: #DD9621;
}
.AnyTagClassName
{
color: #DD9621;
}
</style>
background-color css
<style>
a { background-color: #DD9621; }
a { background-color: rgb(221,150,33); }
div.DivClassName
{
background-color: #DD9621;
}
.BgClassName
{
background-color: #DD9621;
}
</style>
border-color css
<style>
span { border-color: #DD9621; }
span { border-color: rgb(221,150,33); }
td.TdClassName
{
border-color: #DD9621;
}
.TagClassName
{
border-color: #DD9621;
}
</style>