Shades of Buttercup #DEA130
Tints of Buttercup #DEA130
RGB
CMYK
RGB Variations
Color information
#DEA130 (or 0xDEA130) is known color: Buttercup. HEX triplet: DE, A1 and 30. RGB value is (222,161,48). Sum of RGB (Red+Green+Blue) = 222+161+48=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA130 is #215ECF. Grayscale: #A6A6A6. Windows color (decimal): -2186960 or 3187166. OLE color: 3187166.
HSL color Cylindrical-coordinate representation of color #DEA130: hue angle of 38.97º 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 #DEA130 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 48 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.13 |
| HSL | 38.97º | 0.73% | 0.53% | - |
| HSV(B) | 38.97º | 0.78% | 0.87% | - |
| XYZ | 43.4 | 41.23 | 8.47 | - |
| YUV | 166.36 | 61.21 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 48 | 0 | 0.27 | 0.78 | 0.13 | 38.97 | 0.73 | 0.53 |
| Hex | DE | A1 | 30 | 0 | 1B | 4E | D | 27 | 48 | 35 |
| Octal | 336 | 241 | 60 | 0 | 33 | 116 | 15 | 47 | 110 | 65 |
| Binary | 11011110 | 10100001 | 110000 | 0 | 11011 | 1001110 | 1101 | 100111 | 1001000 | 110101 |
Color Harmonies of #DEA130
Complementary color
Monochromatic Colors of #DEA130
Black with #DEA130
Text Example
Text Example
White with #DEA130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA130; }
p { color: rgb(222,161,48); }
H1.HeaderClassName
{
color: #DEA130;
}
.AnyTagClassName
{
color: #DEA130;
}
</style>
background-color css
<style>
a { background-color: #DEA130; }
a { background-color: rgb(222,161,48); }
div.DivClassName
{
background-color: #DEA130;
}
.BgClassName
{
background-color: #DEA130;
}
</style>
border-color css
<style>
span { border-color: #DEA130; }
span { border-color: rgb(222,161,48); }
td.TdClassName
{
border-color: #DEA130;
}
.TagClassName
{
border-color: #DEA130;
}
</style>