Shades of Buttercup #DE8A30
Tints of Buttercup #DE8A30
RGB
CMYK
RGB Variations
Color information
#DE8A30 (or 0xDE8A30) is known color: Buttercup. HEX triplet: DE, 8A and 30. RGB value is (222,138,48). Sum of RGB (Red+Green+Blue) = 222+138+48=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8A30 is #2175CF. Grayscale: #999999. Windows color (decimal): -2192848 or 3181278. OLE color: 3181278.
HSL color Cylindrical-coordinate representation of color #DE8A30: hue angle of 31.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE8A30 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 48 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.13 |
| HSL | 31.03º | 0.73% | 0.53% | - |
| HSV(B) | 31.03º | 0.78% | 0.87% | - |
| XYZ | 39.75 | 33.92 | 7.25 | - |
| YUV | 152.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 48 | 0 | 0.38 | 0.78 | 0.13 | 31.03 | 0.73 | 0.53 |
| Hex | DE | 8A | 30 | 0 | 26 | 4E | D | 1F | 48 | 35 |
| Octal | 336 | 212 | 60 | 0 | 46 | 116 | 15 | 37 | 110 | 65 |
| Binary | 11011110 | 10001010 | 110000 | 0 | 100110 | 1001110 | 1101 | 11111 | 1001000 | 110101 |
Color Harmonies of #DE8A30
Complementary color
Monochromatic Colors of #DE8A30
Black with #DE8A30
Text Example
Text Example
White with #DE8A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A30; }
p { color: rgb(222,138,48); }
H1.HeaderClassName
{
color: #DE8A30;
}
.AnyTagClassName
{
color: #DE8A30;
}
</style>
background-color css
<style>
a { background-color: #DE8A30; }
a { background-color: rgb(222,138,48); }
div.DivClassName
{
background-color: #DE8A30;
}
.BgClassName
{
background-color: #DE8A30;
}
</style>
border-color css
<style>
span { border-color: #DE8A30; }
span { border-color: rgb(222,138,48); }
td.TdClassName
{
border-color: #DE8A30;
}
.TagClassName
{
border-color: #DE8A30;
}
</style>