Shades of Buttercup #CE9422
Tints of Buttercup #CE9422
RGB
CMYK
RGB Variations
Color information
#CE9422 (or 0xCE9422) is known color: Buttercup. HEX triplet: CE, 94 and 22. RGB value is (206,148,34). Sum of RGB (Red+Green+Blue) = 206+148+34=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9422 is #316BDD. Grayscale: #989898. Windows color (decimal): -3238878 or 2266318. OLE color: 2266318.
HSL color Cylindrical-coordinate representation of color #CE9422: hue angle of 39.77º 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 #CE9422 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 34 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.19 |
| HSL | 39.77º | 0.72% | 0.47% | - |
| HSV(B) | 39.77º | 0.83% | 0.81% | - |
| XYZ | 36.33 | 34.42 | 6.24 | - |
| YUV | 152.35 | 61.22 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 34 | 0 | 0.28 | 0.83 | 0.19 | 39.77 | 0.72 | 0.47 |
| Hex | CE | 94 | 22 | 0 | 1C | 53 | 13 | 28 | 48 | 2F |
| Octal | 316 | 224 | 42 | 0 | 34 | 123 | 23 | 50 | 110 | 57 |
| Binary | 11001110 | 10010100 | 100010 | 0 | 11100 | 1010011 | 10011 | 101000 | 1001000 | 101111 |
Color Harmonies of #CE9422
Complementary color
Monochromatic Colors of #CE9422
Black with #CE9422
Text Example
Text Example
White with #CE9422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9422; }
p { color: rgb(206,148,34); }
H1.HeaderClassName
{
color: #CE9422;
}
.AnyTagClassName
{
color: #CE9422;
}
</style>
background-color css
<style>
a { background-color: #CE9422; }
a { background-color: rgb(206,148,34); }
div.DivClassName
{
background-color: #CE9422;
}
.BgClassName
{
background-color: #CE9422;
}
</style>
border-color css
<style>
span { border-color: #CE9422; }
span { border-color: rgb(206,148,34); }
td.TdClassName
{
border-color: #CE9422;
}
.TagClassName
{
border-color: #CE9422;
}
</style>