Shades of Buttercup #CE9217
Tints of Buttercup #CE9217
RGB
CMYK
RGB Variations
Color information
#CE9217 (or 0xCE9217) is known color: Buttercup. HEX triplet: CE, 92 and 17. RGB value is (206,146,23). Sum of RGB (Red+Green+Blue) = 206+146+23=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9217 is #316DE8. Grayscale: #969696. Windows color (decimal): -3239401 or 1544910. OLE color: 1544910.
HSL color Cylindrical-coordinate representation of color #CE9217: hue angle of 40.33º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE9217 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 23 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.19 |
| HSL | 40.33º | 0.8% | 0.45% | - |
| HSV(B) | 40.33º | 0.89% | 0.81% | - |
| XYZ | 35.89 | 33.74 | 5.43 | - |
| YUV | 149.92 | 56.38 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 23 | 0 | 0.29 | 0.89 | 0.19 | 40.33 | 0.8 | 0.45 |
| Hex | CE | 92 | 17 | 0 | 1D | 59 | 13 | 28 | 50 | 2D |
| Octal | 316 | 222 | 27 | 0 | 35 | 131 | 23 | 50 | 120 | 55 |
| Binary | 11001110 | 10010010 | 10111 | 0 | 11101 | 1011001 | 10011 | 101000 | 1010000 | 101101 |
Color Harmonies of #CE9217
Complementary color
Monochromatic Colors of #CE9217
Black with #CE9217
Text Example
Text Example
White with #CE9217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9217; }
p { color: rgb(206,146,23); }
H1.HeaderClassName
{
color: #CE9217;
}
.AnyTagClassName
{
color: #CE9217;
}
</style>
background-color css
<style>
a { background-color: #CE9217; }
a { background-color: rgb(206,146,23); }
div.DivClassName
{
background-color: #CE9217;
}
.BgClassName
{
background-color: #CE9217;
}
</style>
border-color css
<style>
span { border-color: #CE9217; }
span { border-color: rgb(206,146,23); }
td.TdClassName
{
border-color: #CE9217;
}
.TagClassName
{
border-color: #CE9217;
}
</style>