Shades of Buttercup #CE8C20
Tints of Buttercup #CE8C20
RGB
CMYK
RGB Variations
Color information
#CE8C20 (or 0xCE8C20) is known color: Buttercup. HEX triplet: CE, 8C and 20. RGB value is (206,140,32). Sum of RGB (Red+Green+Blue) = 206+140+32=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C20 is #3173DF. Grayscale: #939393. Windows color (decimal): -3240928 or 2133198. OLE color: 2133198.
HSL color Cylindrical-coordinate representation of color #CE8C20: hue angle of 37.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE8C20 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 32 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.19 |
| HSL | 37.24º | 0.73% | 0.47% | - |
| HSV(B) | 37.24º | 0.84% | 0.81% | - |
| XYZ | 35.09 | 31.98 | 5.69 | - |
| YUV | 147.42 | 62.87 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 32 | 0 | 0.32 | 0.84 | 0.19 | 37.24 | 0.73 | 0.47 |
| Hex | CE | 8C | 20 | 0 | 20 | 54 | 13 | 25 | 49 | 2F |
| Octal | 316 | 214 | 40 | 0 | 40 | 124 | 23 | 45 | 111 | 57 |
| Binary | 11001110 | 10001100 | 100000 | 0 | 100000 | 1010100 | 10011 | 100101 | 1001001 | 101111 |
Color Harmonies of #CE8C20
Complementary color
Monochromatic Colors of #CE8C20
Black with #CE8C20
Text Example
Text Example
White with #CE8C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C20; }
p { color: rgb(206,140,32); }
H1.HeaderClassName
{
color: #CE8C20;
}
.AnyTagClassName
{
color: #CE8C20;
}
</style>
background-color css
<style>
a { background-color: #CE8C20; }
a { background-color: rgb(206,140,32); }
div.DivClassName
{
background-color: #CE8C20;
}
.BgClassName
{
background-color: #CE8C20;
}
</style>
border-color css
<style>
span { border-color: #CE8C20; }
span { border-color: rgb(206,140,32); }
td.TdClassName
{
border-color: #CE8C20;
}
.TagClassName
{
border-color: #CE8C20;
}
</style>