Shades of Buttercup #DEA030
Tints of Buttercup #DEA030
RGB
CMYK
RGB Variations
Color information
#DEA030 (or 0xDEA030) is known color: Buttercup. HEX triplet: DE, A0 and 30. RGB value is (222,160,48). Sum of RGB (Red+Green+Blue) = 222+160+48=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA030 is #215FCF. Grayscale: #A6A6A6. Windows color (decimal): -2187216 or 3186910. OLE color: 3186910.
HSL color Cylindrical-coordinate representation of color #DEA030: hue angle of 38.62º 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 #DEA030 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 160 | 48 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.13 |
| HSL | 38.62º | 0.73% | 0.53% | - |
| HSV(B) | 38.62º | 0.78% | 0.87% | - |
| XYZ | 43.23 | 40.88 | 8.41 | - |
| YUV | 165.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 48 | 0 | 0.28 | 0.78 | 0.13 | 38.62 | 0.73 | 0.53 |
| Hex | DE | A0 | 30 | 0 | 1C | 4E | D | 27 | 48 | 35 |
| Octal | 336 | 240 | 60 | 0 | 34 | 116 | 15 | 47 | 110 | 65 |
| Binary | 11011110 | 10100000 | 110000 | 0 | 11100 | 1001110 | 1101 | 100111 | 1001000 | 110101 |
Color Harmonies of #DEA030
Complementary color
Monochromatic Colors of #DEA030
Black with #DEA030
Text Example
Text Example
White with #DEA030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA030; }
p { color: rgb(222,160,48); }
H1.HeaderClassName
{
color: #DEA030;
}
.AnyTagClassName
{
color: #DEA030;
}
</style>
background-color css
<style>
a { background-color: #DEA030; }
a { background-color: rgb(222,160,48); }
div.DivClassName
{
background-color: #DEA030;
}
.BgClassName
{
background-color: #DEA030;
}
</style>
border-color css
<style>
span { border-color: #DEA030; }
span { border-color: rgb(222,160,48); }
td.TdClassName
{
border-color: #DEA030;
}
.TagClassName
{
border-color: #DEA030;
}
</style>