Shades of Buttercup #DE8B28
Tints of Buttercup #DE8B28
RGB
CMYK
RGB Variations
Color information
#DE8B28 (or 0xDE8B28) is known color: Buttercup. HEX triplet: DE, 8B and 28. RGB value is (222,139,40). Sum of RGB (Red+Green+Blue) = 222+139+40=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8B28 is #2174D7. Grayscale: #999999. Windows color (decimal): -2192600 or 2657246. OLE color: 2657246.
HSL color Cylindrical-coordinate representation of color #DE8B28: hue angle of 32.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE8B28 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 139 | 40 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.13 |
| HSL | 32.64º | 0.73% | 0.51% | - |
| HSV(B) | 32.64º | 0.82% | 0.87% | - |
| XYZ | 39.74 | 34.15 | 6.5 | - |
| YUV | 152.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 40 | 0 | 0.37 | 0.82 | 0.13 | 32.64 | 0.73 | 0.51 |
| Hex | DE | 8B | 28 | 0 | 25 | 52 | D | 21 | 49 | 33 |
| Octal | 336 | 213 | 50 | 0 | 45 | 122 | 15 | 41 | 111 | 63 |
| Binary | 11011110 | 10001011 | 101000 | 0 | 100101 | 1010010 | 1101 | 100001 | 1001001 | 110011 |
Color Harmonies of #DE8B28
Complementary color
Monochromatic Colors of #DE8B28
Black with #DE8B28
Text Example
Text Example
White with #DE8B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8B28; }
p { color: rgb(222,139,40); }
H1.HeaderClassName
{
color: #DE8B28;
}
.AnyTagClassName
{
color: #DE8B28;
}
</style>
background-color css
<style>
a { background-color: #DE8B28; }
a { background-color: rgb(222,139,40); }
div.DivClassName
{
background-color: #DE8B28;
}
.BgClassName
{
background-color: #DE8B28;
}
</style>
border-color css
<style>
span { border-color: #DE8B28; }
span { border-color: rgb(222,139,40); }
td.TdClassName
{
border-color: #DE8B28;
}
.TagClassName
{
border-color: #DE8B28;
}
</style>