Shades of Buttercup #DE9C2E
Tints of Buttercup #DE9C2E
RGB
CMYK
RGB Variations
Color information
#DE9C2E (or 0xDE9C2E) is known color: Buttercup. HEX triplet: DE, 9C and 2E. RGB value is (222,156,46). Sum of RGB (Red+Green+Blue) = 222+156+46=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9C2E is #2163D1. Grayscale: #A3A3A3. Windows color (decimal): -2188242 or 3054814. OLE color: 3054814.
HSL color Cylindrical-coordinate representation of color #DE9C2E: hue angle of 37.5º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE9C2E is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 46 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.13 |
| HSL | 37.5º | 0.73% | 0.53% | - |
| HSV(B) | 37.5º | 0.79% | 0.87% | - |
| XYZ | 42.51 | 39.5 | 7.97 | - |
| YUV | 163.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 46 | 0 | 0.30 | 0.79 | 0.13 | 37.5 | 0.73 | 0.53 |
| Hex | DE | 9C | 2E | 0 | 1E | 4F | D | 26 | 49 | 35 |
| Octal | 336 | 234 | 56 | 0 | 36 | 117 | 15 | 46 | 111 | 65 |
| Binary | 11011110 | 10011100 | 101110 | 0 | 11110 | 1001111 | 1101 | 100110 | 1001001 | 110101 |
Color Harmonies of #DE9C2E
Complementary color
Monochromatic Colors of #DE9C2E
Black with #DE9C2E
Text Example
Text Example
White with #DE9C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9C2E; }
p { color: rgb(222,156,46); }
H1.HeaderClassName
{
color: #DE9C2E;
}
.AnyTagClassName
{
color: #DE9C2E;
}
</style>
background-color css
<style>
a { background-color: #DE9C2E; }
a { background-color: rgb(222,156,46); }
div.DivClassName
{
background-color: #DE9C2E;
}
.BgClassName
{
background-color: #DE9C2E;
}
</style>
border-color css
<style>
span { border-color: #DE9C2E; }
span { border-color: rgb(222,156,46); }
td.TdClassName
{
border-color: #DE9C2E;
}
.TagClassName
{
border-color: #DE9C2E;
}
</style>