Shades of Buttercup #CE9721
Tints of Buttercup #CE9721
RGB
CMYK
RGB Variations
Color information
#CE9721 (or 0xCE9721) is known color: Buttercup. HEX triplet: CE, 97 and 21. RGB value is (206,151,33). Sum of RGB (Red+Green+Blue) = 206+151+33=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9721 is #3168DE. Grayscale: #9A9A9A. Windows color (decimal): -3238111 or 2201550. OLE color: 2201550.
HSL color Cylindrical-coordinate representation of color #CE9721: hue angle of 40.92º degrees, saturation: 0.72, 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 #CE9721 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 33 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.19 |
| HSL | 40.92º | 0.72% | 0.47% | - |
| HSV(B) | 40.92º | 0.84% | 0.81% | - |
| XYZ | 36.79 | 35.36 | 6.33 | - |
| YUV | 153.99 | 59.72 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 33 | 0 | 0.27 | 0.84 | 0.19 | 40.92 | 0.72 | 0.47 |
| Hex | CE | 97 | 21 | 0 | 1B | 54 | 13 | 29 | 48 | 2F |
| Octal | 316 | 227 | 41 | 0 | 33 | 124 | 23 | 51 | 110 | 57 |
| Binary | 11001110 | 10010111 | 100001 | 0 | 11011 | 1010100 | 10011 | 101001 | 1001000 | 101111 |
Color Harmonies of #CE9721
Complementary color
Monochromatic Colors of #CE9721
Black with #CE9721
Text Example
Text Example
White with #CE9721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9721; }
p { color: rgb(206,151,33); }
H1.HeaderClassName
{
color: #CE9721;
}
.AnyTagClassName
{
color: #CE9721;
}
</style>
background-color css
<style>
a { background-color: #CE9721; }
a { background-color: rgb(206,151,33); }
div.DivClassName
{
background-color: #CE9721;
}
.BgClassName
{
background-color: #CE9721;
}
</style>
border-color css
<style>
span { border-color: #CE9721; }
span { border-color: rgb(206,151,33); }
td.TdClassName
{
border-color: #CE9721;
}
.TagClassName
{
border-color: #CE9721;
}
</style>