Shades of Buttercup #DD9220
Tints of Buttercup #DD9220
RGB
CMYK
RGB Variations
Color information
#DD9220 (or 0xDD9220) is known color: Buttercup. HEX triplet: DD, 92 and 20. RGB value is (221,146,32). Sum of RGB (Red+Green+Blue) = 221+146+32=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9220 is #226DDF. Grayscale: #9B9B9B. Windows color (decimal): -2256352 or 2134749. OLE color: 2134749.
HSL color Cylindrical-coordinate representation of color #DD9220: hue angle of 36.19º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD9220 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 32 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.13 |
| HSL | 36.19º | 0.75% | 0.5% | - |
| HSV(B) | 36.19º | 0.86% | 0.87% | - |
| XYZ | 40.36 | 36.03 | 6.19 | - |
| YUV | 155.43 | 58.35 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 32 | 0 | 0.34 | 0.86 | 0.13 | 36.19 | 0.75 | 0.5 |
| Hex | DD | 92 | 20 | 0 | 22 | 56 | D | 24 | 4B | 32 |
| Octal | 335 | 222 | 40 | 0 | 42 | 126 | 15 | 44 | 113 | 62 |
| Binary | 11011101 | 10010010 | 100000 | 0 | 100010 | 1010110 | 1101 | 100100 | 1001011 | 110010 |
Color Harmonies of #DD9220
Complementary color
Monochromatic Colors of #DD9220
Black with #DD9220
Text Example
Text Example
White with #DD9220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9220; }
p { color: rgb(221,146,32); }
H1.HeaderClassName
{
color: #DD9220;
}
.AnyTagClassName
{
color: #DD9220;
}
</style>
background-color css
<style>
a { background-color: #DD9220; }
a { background-color: rgb(221,146,32); }
div.DivClassName
{
background-color: #DD9220;
}
.BgClassName
{
background-color: #DD9220;
}
</style>
border-color css
<style>
span { border-color: #DD9220; }
span { border-color: rgb(221,146,32); }
td.TdClassName
{
border-color: #DD9220;
}
.TagClassName
{
border-color: #DD9220;
}
</style>