Shades of Buttercup #CE9922
Tints of Buttercup #CE9922
RGB
CMYK
RGB Variations
Color information
#CE9922 (or 0xCE9922) is known color: Buttercup. HEX triplet: CE, 99 and 22. RGB value is (206,153,34). Sum of RGB (Red+Green+Blue) = 206+153+34=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9922 is #3166DD. Grayscale: #9B9B9B. Windows color (decimal): -3237598 or 2267598. OLE color: 2267598.
HSL color Cylindrical-coordinate representation of color #CE9922: hue angle of 41.51º 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 #CE9922 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 34 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.19 |
| HSL | 41.51º | 0.72% | 0.47% | - |
| HSV(B) | 41.51º | 0.83% | 0.81% | - |
| XYZ | 37.13 | 36.02 | 6.51 | - |
| YUV | 155.28 | 59.56 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 34 | 0 | 0.26 | 0.83 | 0.19 | 41.51 | 0.72 | 0.47 |
| Hex | CE | 99 | 22 | 0 | 1A | 53 | 13 | 2A | 48 | 2F |
| Octal | 316 | 231 | 42 | 0 | 32 | 123 | 23 | 52 | 110 | 57 |
| Binary | 11001110 | 10011001 | 100010 | 0 | 11010 | 1010011 | 10011 | 101010 | 1001000 | 101111 |
Color Harmonies of #CE9922
Complementary color
Monochromatic Colors of #CE9922
Black with #CE9922
Text Example
Text Example
White with #CE9922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9922; }
p { color: rgb(206,153,34); }
H1.HeaderClassName
{
color: #CE9922;
}
.AnyTagClassName
{
color: #CE9922;
}
</style>
background-color css
<style>
a { background-color: #CE9922; }
a { background-color: rgb(206,153,34); }
div.DivClassName
{
background-color: #CE9922;
}
.BgClassName
{
background-color: #CE9922;
}
</style>
border-color css
<style>
span { border-color: #CE9922; }
span { border-color: rgb(206,153,34); }
td.TdClassName
{
border-color: #CE9922;
}
.TagClassName
{
border-color: #CE9922;
}
</style>