Shades of Buttercup #CE9127
Tints of Buttercup #CE9127
RGB
CMYK
RGB Variations
Color information
#CE9127 (or 0xCE9127) is known color: Buttercup. HEX triplet: CE, 91 and 27. RGB value is (206,145,39). Sum of RGB (Red+Green+Blue) = 206+145+39=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9127 is #316ED8. Grayscale: #979797. Windows color (decimal): -3239641 or 2593230. OLE color: 2593230.
HSL color Cylindrical-coordinate representation of color #CE9127: hue angle of 38.08º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE9127 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 39 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.19 |
| HSL | 38.08º | 0.68% | 0.48% | - |
| HSV(B) | 38.08º | 0.81% | 0.81% | - |
| XYZ | 35.95 | 33.52 | 6.49 | - |
| YUV | 151.16 | 64.71 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 39 | 0 | 0.30 | 0.81 | 0.19 | 38.08 | 0.68 | 0.48 |
| Hex | CE | 91 | 27 | 0 | 1E | 51 | 13 | 26 | 44 | 30 |
| Octal | 316 | 221 | 47 | 0 | 36 | 121 | 23 | 46 | 104 | 60 |
| Binary | 11001110 | 10010001 | 100111 | 0 | 11110 | 1010001 | 10011 | 100110 | 1000100 | 110000 |
Color Harmonies of #CE9127
Complementary color
Monochromatic Colors of #CE9127
Black with #CE9127
Text Example
Text Example
White with #CE9127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9127; }
p { color: rgb(206,145,39); }
H1.HeaderClassName
{
color: #CE9127;
}
.AnyTagClassName
{
color: #CE9127;
}
</style>
background-color css
<style>
a { background-color: #CE9127; }
a { background-color: rgb(206,145,39); }
div.DivClassName
{
background-color: #CE9127;
}
.BgClassName
{
background-color: #CE9127;
}
</style>
border-color css
<style>
span { border-color: #CE9127; }
span { border-color: rgb(206,145,39); }
td.TdClassName
{
border-color: #CE9127;
}
.TagClassName
{
border-color: #CE9127;
}
</style>