Shades of Buttercup #CE9523
Tints of Buttercup #CE9523
RGB
CMYK
RGB Variations
Color information
#CE9523 (or 0xCE9523) is known color: Buttercup. HEX triplet: CE, 95 and 23. RGB value is (206,149,35). Sum of RGB (Red+Green+Blue) = 206+149+35=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9523 is #316ADC. Grayscale: #999999. Windows color (decimal): -3238621 or 2332110. OLE color: 2332110.
HSL color Cylindrical-coordinate representation of color #CE9523: hue angle of 40º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE9523 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 35 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.19 |
| HSL | 40º | 0.71% | 0.47% | - |
| HSV(B) | 40º | 0.83% | 0.81% | - |
| XYZ | 36.5 | 34.74 | 6.37 | - |
| YUV | 153.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 35 | 0 | 0.28 | 0.83 | 0.19 | 40 | 0.71 | 0.47 |
| Hex | CE | 95 | 23 | 0 | 1C | 53 | 13 | 28 | 47 | 2F |
| Octal | 316 | 225 | 43 | 0 | 34 | 123 | 23 | 50 | 107 | 57 |
| Binary | 11001110 | 10010101 | 100011 | 0 | 11100 | 1010011 | 10011 | 101000 | 1000111 | 101111 |
Color Harmonies of #CE9523
Complementary color
Monochromatic Colors of #CE9523
Black with #CE9523
Text Example
Text Example
White with #CE9523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9523; }
p { color: rgb(206,149,35); }
H1.HeaderClassName
{
color: #CE9523;
}
.AnyTagClassName
{
color: #CE9523;
}
</style>
background-color css
<style>
a { background-color: #CE9523; }
a { background-color: rgb(206,149,35); }
div.DivClassName
{
background-color: #CE9523;
}
.BgClassName
{
background-color: #CE9523;
}
</style>
border-color css
<style>
span { border-color: #CE9523; }
span { border-color: rgb(206,149,35); }
td.TdClassName
{
border-color: #CE9523;
}
.TagClassName
{
border-color: #CE9523;
}
</style>