Shades of Buttercup #DE9220
Tints of Buttercup #DE9220
RGB
CMYK
RGB Variations
Color information
#DE9220 (or 0xDE9220) is known color: Buttercup. HEX triplet: DE, 92 and 20. RGB value is (222,146,32). Sum of RGB (Red+Green+Blue) = 222+146+32=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9220 is #216DDF. Grayscale: #9C9C9C. Windows color (decimal): -2190816 or 2134750. OLE color: 2134750.
HSL color Cylindrical-coordinate representation of color #DE9220: hue angle of 36º 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 #DE9220 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 32 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.13 |
| HSL | 36º | 0.75% | 0.5% | - |
| HSV(B) | 36º | 0.86% | 0.87% | - |
| XYZ | 40.66 | 36.19 | 6.21 | - |
| YUV | 155.73 | 58.18 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 32 | 0 | 0.34 | 0.86 | 0.13 | 36 | 0.75 | 0.5 |
| Hex | DE | 92 | 20 | 0 | 22 | 56 | D | 24 | 4B | 32 |
| Octal | 336 | 222 | 40 | 0 | 42 | 126 | 15 | 44 | 113 | 62 |
| Binary | 11011110 | 10010010 | 100000 | 0 | 100010 | 1010110 | 1101 | 100100 | 1001011 | 110010 |
Color Harmonies of #DE9220
Complementary color
Monochromatic Colors of #DE9220
Black with #DE9220
Text Example
Text Example
White with #DE9220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9220; }
p { color: rgb(222,146,32); }
H1.HeaderClassName
{
color: #DE9220;
}
.AnyTagClassName
{
color: #DE9220;
}
</style>
background-color css
<style>
a { background-color: #DE9220; }
a { background-color: rgb(222,146,32); }
div.DivClassName
{
background-color: #DE9220;
}
.BgClassName
{
background-color: #DE9220;
}
</style>
border-color css
<style>
span { border-color: #DE9220; }
span { border-color: rgb(222,146,32); }
td.TdClassName
{
border-color: #DE9220;
}
.TagClassName
{
border-color: #DE9220;
}
</style>