Shades of Buttercup #DE992D
Tints of Buttercup #DE992D
RGB
CMYK
RGB Variations
Color information
#DE992D (or 0xDE992D) is known color: Buttercup. HEX triplet: DE, 99 and 2D. RGB value is (222,153,45). Sum of RGB (Red+Green+Blue) = 222+153+45=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE992D is #2166D2. Grayscale: #A1A1A1. Windows color (decimal): -2189011 or 2988510. OLE color: 2988510.
HSL color Cylindrical-coordinate representation of color #DE992D: hue angle of 36.61º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE992D is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 45 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.13 |
| HSL | 36.61º | 0.73% | 0.52% | - |
| HSV(B) | 36.61º | 0.8% | 0.87% | - |
| XYZ | 41.99 | 38.5 | 7.7 | - |
| YUV | 161.32 | 62.36 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 45 | 0 | 0.31 | 0.80 | 0.13 | 36.61 | 0.73 | 0.52 |
| Hex | DE | 99 | 2D | 0 | 1F | 50 | D | 25 | 49 | 34 |
| Octal | 336 | 231 | 55 | 0 | 37 | 120 | 15 | 45 | 111 | 64 |
| Binary | 11011110 | 10011001 | 101101 | 0 | 11111 | 1010000 | 1101 | 100101 | 1001001 | 110100 |
Color Harmonies of #DE992D
Complementary color
Monochromatic Colors of #DE992D
Black with #DE992D
Text Example
Text Example
White with #DE992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE992D; }
p { color: rgb(222,153,45); }
H1.HeaderClassName
{
color: #DE992D;
}
.AnyTagClassName
{
color: #DE992D;
}
</style>
background-color css
<style>
a { background-color: #DE992D; }
a { background-color: rgb(222,153,45); }
div.DivClassName
{
background-color: #DE992D;
}
.BgClassName
{
background-color: #DE992D;
}
</style>
border-color css
<style>
span { border-color: #DE992D; }
span { border-color: rgb(222,153,45); }
td.TdClassName
{
border-color: #DE992D;
}
.TagClassName
{
border-color: #DE992D;
}
</style>