Shades of Buttercup #DEA12F
Tints of Buttercup #DEA12F
RGB
CMYK
RGB Variations
Color information
#DEA12F (or 0xDEA12F) is known color: Buttercup. HEX triplet: DE, A1 and 2F. RGB value is (222,161,47). Sum of RGB (Red+Green+Blue) = 222+161+47=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA12F is #215ED0. Grayscale: #A6A6A6. Windows color (decimal): -2186961 or 3121630. OLE color: 3121630.
HSL color Cylindrical-coordinate representation of color #DEA12F: hue angle of 39.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEA12F is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 47 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.13 |
| HSL | 39.09º | 0.73% | 0.53% | - |
| HSV(B) | 39.09º | 0.79% | 0.87% | - |
| XYZ | 43.38 | 41.22 | 8.36 | - |
| YUV | 166.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 47 | 0 | 0.27 | 0.79 | 0.13 | 39.09 | 0.73 | 0.53 |
| Hex | DE | A1 | 2F | 0 | 1B | 4F | D | 27 | 49 | 35 |
| Octal | 336 | 241 | 57 | 0 | 33 | 117 | 15 | 47 | 111 | 65 |
| Binary | 11011110 | 10100001 | 101111 | 0 | 11011 | 1001111 | 1101 | 100111 | 1001001 | 110101 |
Color Harmonies of #DEA12F
Complementary color
Monochromatic Colors of #DEA12F
Black with #DEA12F
Text Example
Text Example
White with #DEA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA12F; }
p { color: rgb(222,161,47); }
H1.HeaderClassName
{
color: #DEA12F;
}
.AnyTagClassName
{
color: #DEA12F;
}
</style>
background-color css
<style>
a { background-color: #DEA12F; }
a { background-color: rgb(222,161,47); }
div.DivClassName
{
background-color: #DEA12F;
}
.BgClassName
{
background-color: #DEA12F;
}
</style>
border-color css
<style>
span { border-color: #DEA12F; }
span { border-color: rgb(222,161,47); }
td.TdClassName
{
border-color: #DEA12F;
}
.TagClassName
{
border-color: #DEA12F;
}
</style>