Shades of Buttercup #DD9221
Tints of Buttercup #DD9221
RGB
CMYK
RGB Variations
Color information
#DD9221 (or 0xDD9221) is known color: Buttercup. HEX triplet: DD, 92 and 21. RGB value is (221,146,33). Sum of RGB (Red+Green+Blue) = 221+146+33=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9221 is #226DDE. Grayscale: #9C9C9C. Windows color (decimal): -2256351 or 2200285. OLE color: 2200285.
HSL color Cylindrical-coordinate representation of color #DD9221: hue angle of 36.06º 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 #DD9221 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 33 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.13 |
| HSL | 36.06º | 0.74% | 0.5% | - |
| HSV(B) | 36.06º | 0.85% | 0.87% | - |
| XYZ | 40.37 | 36.04 | 6.27 | - |
| YUV | 155.54 | 58.85 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 33 | 0 | 0.34 | 0.85 | 0.13 | 36.06 | 0.74 | 0.5 |
| Hex | DD | 92 | 21 | 0 | 22 | 55 | D | 24 | 4A | 32 |
| Octal | 335 | 222 | 41 | 0 | 42 | 125 | 15 | 44 | 112 | 62 |
| Binary | 11011101 | 10010010 | 100001 | 0 | 100010 | 1010101 | 1101 | 100100 | 1001010 | 110010 |
Color Harmonies of #DD9221
Complementary color
Monochromatic Colors of #DD9221
Black with #DD9221
Text Example
Text Example
White with #DD9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9221; }
p { color: rgb(221,146,33); }
H1.HeaderClassName
{
color: #DD9221;
}
.AnyTagClassName
{
color: #DD9221;
}
</style>
background-color css
<style>
a { background-color: #DD9221; }
a { background-color: rgb(221,146,33); }
div.DivClassName
{
background-color: #DD9221;
}
.BgClassName
{
background-color: #DD9221;
}
</style>
border-color css
<style>
span { border-color: #DD9221; }
span { border-color: rgb(221,146,33); }
td.TdClassName
{
border-color: #DD9221;
}
.TagClassName
{
border-color: #DD9221;
}
</style>