Shades of Buttercup #CE9822
Tints of Buttercup #CE9822
RGB
CMYK
RGB Variations
Color information
#CE9822 (or 0xCE9822) is known color: Buttercup. HEX triplet: CE, 98 and 22. RGB value is (206,152,34). Sum of RGB (Red+Green+Blue) = 206+152+34=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9822 is #3167DD. Grayscale: #9B9B9B. Windows color (decimal): -3237854 or 2267342. OLE color: 2267342.
HSL color Cylindrical-coordinate representation of color #CE9822: hue angle of 41.16º degrees, saturation: 0.72, 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 #CE9822 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 34 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.19 |
| HSL | 41.16º | 0.72% | 0.47% | - |
| HSV(B) | 41.16º | 0.83% | 0.81% | - |
| XYZ | 36.97 | 35.69 | 6.45 | - |
| YUV | 154.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 34 | 0 | 0.26 | 0.83 | 0.19 | 41.16 | 0.72 | 0.47 |
| Hex | CE | 98 | 22 | 0 | 1A | 53 | 13 | 29 | 48 | 2F |
| Octal | 316 | 230 | 42 | 0 | 32 | 123 | 23 | 51 | 110 | 57 |
| Binary | 11001110 | 10011000 | 100010 | 0 | 11010 | 1010011 | 10011 | 101001 | 1001000 | 101111 |
Color Harmonies of #CE9822
Complementary color
Monochromatic Colors of #CE9822
Black with #CE9822
Text Example
Text Example
White with #CE9822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9822; }
p { color: rgb(206,152,34); }
H1.HeaderClassName
{
color: #CE9822;
}
.AnyTagClassName
{
color: #CE9822;
}
</style>
background-color css
<style>
a { background-color: #CE9822; }
a { background-color: rgb(206,152,34); }
div.DivClassName
{
background-color: #CE9822;
}
.BgClassName
{
background-color: #CE9822;
}
</style>
border-color css
<style>
span { border-color: #CE9822; }
span { border-color: rgb(206,152,34); }
td.TdClassName
{
border-color: #CE9822;
}
.TagClassName
{
border-color: #CE9822;
}
</style>