Shades of Buttercup #CE9420
Tints of Buttercup #CE9420
RGB
CMYK
RGB Variations
Color information
#CE9420 (or 0xCE9420) is known color: Buttercup. HEX triplet: CE, 94 and 20. RGB value is (206,148,32). Sum of RGB (Red+Green+Blue) = 206+148+32=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9420 is #316BDF. Grayscale: #989898. Windows color (decimal): -3238880 or 2135246. OLE color: 2135246.
HSL color Cylindrical-coordinate representation of color #CE9420: hue angle of 40º 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 #CE9420 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 32 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.19 |
| HSL | 40º | 0.73% | 0.47% | - |
| HSV(B) | 40º | 0.84% | 0.81% | - |
| XYZ | 36.3 | 34.41 | 6.09 | - |
| YUV | 152.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 32 | 0 | 0.28 | 0.84 | 0.19 | 40 | 0.73 | 0.47 |
| Hex | CE | 94 | 20 | 0 | 1C | 54 | 13 | 28 | 49 | 2F |
| Octal | 316 | 224 | 40 | 0 | 34 | 124 | 23 | 50 | 111 | 57 |
| Binary | 11001110 | 10010100 | 100000 | 0 | 11100 | 1010100 | 10011 | 101000 | 1001001 | 101111 |
Color Harmonies of #CE9420
Complementary color
Monochromatic Colors of #CE9420
Black with #CE9420
Text Example
Text Example
White with #CE9420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9420; }
p { color: rgb(206,148,32); }
H1.HeaderClassName
{
color: #CE9420;
}
.AnyTagClassName
{
color: #CE9420;
}
</style>
background-color css
<style>
a { background-color: #CE9420; }
a { background-color: rgb(206,148,32); }
div.DivClassName
{
background-color: #CE9420;
}
.BgClassName
{
background-color: #CE9420;
}
</style>
border-color css
<style>
span { border-color: #CE9420; }
span { border-color: rgb(206,148,32); }
td.TdClassName
{
border-color: #CE9420;
}
.TagClassName
{
border-color: #CE9420;
}
</style>