Shades of Buttercup #DE9C34
Tints of Buttercup #DE9C34
RGB
CMYK
RGB Variations
Color information
#DE9C34 (or 0xDE9C34) is known color: Buttercup. HEX triplet: DE, 9C and 34. RGB value is (222,156,52). Sum of RGB (Red+Green+Blue) = 222+156+52=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9C34 is #2163CB. Grayscale: #A4A4A4. Windows color (decimal): -2188236 or 3448030. OLE color: 3448030.
HSL color Cylindrical-coordinate representation of color #DE9C34: hue angle of 36.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE9C34 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 52 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.13 |
| HSL | 36.71º | 0.72% | 0.54% | - |
| HSV(B) | 36.71º | 0.77% | 0.87% | - |
| XYZ | 42.63 | 39.55 | 8.64 | - |
| YUV | 163.88 | 64.87 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 52 | 0 | 0.30 | 0.77 | 0.13 | 36.71 | 0.72 | 0.54 |
| Hex | DE | 9C | 34 | 0 | 1E | 4D | D | 25 | 48 | 36 |
| Octal | 336 | 234 | 64 | 0 | 36 | 115 | 15 | 45 | 110 | 66 |
| Binary | 11011110 | 10011100 | 110100 | 0 | 11110 | 1001101 | 1101 | 100101 | 1001000 | 110110 |
Color Harmonies of #DE9C34
Complementary color
Monochromatic Colors of #DE9C34
Black with #DE9C34
Text Example
Text Example
White with #DE9C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9C34; }
p { color: rgb(222,156,52); }
H1.HeaderClassName
{
color: #DE9C34;
}
.AnyTagClassName
{
color: #DE9C34;
}
</style>
background-color css
<style>
a { background-color: #DE9C34; }
a { background-color: rgb(222,156,52); }
div.DivClassName
{
background-color: #DE9C34;
}
.BgClassName
{
background-color: #DE9C34;
}
</style>
border-color css
<style>
span { border-color: #DE9C34; }
span { border-color: rgb(222,156,52); }
td.TdClassName
{
border-color: #DE9C34;
}
.TagClassName
{
border-color: #DE9C34;
}
</style>