Shades of Buttercup #DD9720
Tints of Buttercup #DD9720
RGB
CMYK
RGB Variations
Color information
#DD9720 (or 0xDD9720) is known color: Buttercup. HEX triplet: DD, 97 and 20. RGB value is (221,151,32). Sum of RGB (Red+Green+Blue) = 221+151+32=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9720 is #2268DF. Grayscale: #9E9E9E. Windows color (decimal): -2255072 or 2136029. OLE color: 2136029.
HSL color Cylindrical-coordinate representation of color #DD9720: hue angle of 37.78º 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 #DD9720 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 32 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.13 |
| HSL | 37.78º | 0.75% | 0.5% | - |
| HSV(B) | 37.78º | 0.86% | 0.87% | - |
| XYZ | 41.15 | 37.61 | 6.46 | - |
| YUV | 158.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 32 | 0 | 0.32 | 0.86 | 0.13 | 37.78 | 0.75 | 0.5 |
| Hex | DD | 97 | 20 | 0 | 20 | 56 | D | 26 | 4B | 32 |
| Octal | 335 | 227 | 40 | 0 | 40 | 126 | 15 | 46 | 113 | 62 |
| Binary | 11011101 | 10010111 | 100000 | 0 | 100000 | 1010110 | 1101 | 100110 | 1001011 | 110010 |
Color Harmonies of #DD9720
Complementary color
Monochromatic Colors of #DD9720
Black with #DD9720
Text Example
Text Example
White with #DD9720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9720; }
p { color: rgb(221,151,32); }
H1.HeaderClassName
{
color: #DD9720;
}
.AnyTagClassName
{
color: #DD9720;
}
</style>
background-color css
<style>
a { background-color: #DD9720; }
a { background-color: rgb(221,151,32); }
div.DivClassName
{
background-color: #DD9720;
}
.BgClassName
{
background-color: #DD9720;
}
</style>
border-color css
<style>
span { border-color: #DD9720; }
span { border-color: rgb(221,151,32); }
td.TdClassName
{
border-color: #DD9720;
}
.TagClassName
{
border-color: #DD9720;
}
</style>