Shades of Buttercup #DE8C29
Tints of Buttercup #DE8C29
RGB
CMYK
RGB Variations
Color information
#DE8C29 (or 0xDE8C29) is known color: Buttercup. HEX triplet: DE, 8C and 29. RGB value is (222,140,41). Sum of RGB (Red+Green+Blue) = 222+140+41=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8C29 is #2173D6. Grayscale: #999999. Windows color (decimal): -2192343 or 2723038. OLE color: 2723038.
HSL color Cylindrical-coordinate representation of color #DE8C29: hue angle of 32.82º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE8C29 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 41 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.13 |
| HSL | 32.82º | 0.73% | 0.52% | - |
| HSV(B) | 32.82º | 0.82% | 0.87% | - |
| XYZ | 39.9 | 34.45 | 6.64 | - |
| YUV | 153.23 | 64.67 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 41 | 0 | 0.37 | 0.82 | 0.13 | 32.82 | 0.73 | 0.52 |
| Hex | DE | 8C | 29 | 0 | 25 | 52 | D | 21 | 49 | 34 |
| Octal | 336 | 214 | 51 | 0 | 45 | 122 | 15 | 41 | 111 | 64 |
| Binary | 11011110 | 10001100 | 101001 | 0 | 100101 | 1010010 | 1101 | 100001 | 1001001 | 110100 |
Color Harmonies of #DE8C29
Complementary color
Monochromatic Colors of #DE8C29
Black with #DE8C29
Text Example
Text Example
White with #DE8C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8C29; }
p { color: rgb(222,140,41); }
H1.HeaderClassName
{
color: #DE8C29;
}
.AnyTagClassName
{
color: #DE8C29;
}
</style>
background-color css
<style>
a { background-color: #DE8C29; }
a { background-color: rgb(222,140,41); }
div.DivClassName
{
background-color: #DE8C29;
}
.BgClassName
{
background-color: #DE8C29;
}
</style>
border-color css
<style>
span { border-color: #DE8C29; }
span { border-color: rgb(222,140,41); }
td.TdClassName
{
border-color: #DE8C29;
}
.TagClassName
{
border-color: #DE8C29;
}
</style>