Shades of Buttercup #CE9926
Tints of Buttercup #CE9926
RGB
CMYK
RGB Variations
Color information
#CE9926 (or 0xCE9926) is known color: Buttercup. HEX triplet: CE, 99 and 26. RGB value is (206,153,38). Sum of RGB (Red+Green+Blue) = 206+153+38=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9926 is #3166D9. Grayscale: #9C9C9C. Windows color (decimal): -3237594 or 2529742. OLE color: 2529742.
HSL color Cylindrical-coordinate representation of color #CE9926: hue angle of 41.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE9926 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 38 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.19 |
| HSL | 41.07º | 0.69% | 0.48% | - |
| HSV(B) | 41.07º | 0.82% | 0.81% | - |
| XYZ | 37.19 | 36.04 | 6.83 | - |
| YUV | 155.74 | 61.56 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 38 | 0 | 0.26 | 0.82 | 0.19 | 41.07 | 0.69 | 0.48 |
| Hex | CE | 99 | 26 | 0 | 1A | 52 | 13 | 29 | 45 | 30 |
| Octal | 316 | 231 | 46 | 0 | 32 | 122 | 23 | 51 | 105 | 60 |
| Binary | 11001110 | 10011001 | 100110 | 0 | 11010 | 1010010 | 10011 | 101001 | 1000101 | 110000 |
Color Harmonies of #CE9926
Complementary color
Monochromatic Colors of #CE9926
Black with #CE9926
Text Example
Text Example
White with #CE9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9926; }
p { color: rgb(206,153,38); }
H1.HeaderClassName
{
color: #CE9926;
}
.AnyTagClassName
{
color: #CE9926;
}
</style>
background-color css
<style>
a { background-color: #CE9926; }
a { background-color: rgb(206,153,38); }
div.DivClassName
{
background-color: #CE9926;
}
.BgClassName
{
background-color: #CE9926;
}
</style>
border-color css
<style>
span { border-color: #CE9926; }
span { border-color: rgb(206,153,38); }
td.TdClassName
{
border-color: #CE9926;
}
.TagClassName
{
border-color: #CE9926;
}
</style>