Shades of Buttercup #CE9321
Tints of Buttercup #CE9321
RGB
CMYK
RGB Variations
Color information
#CE9321 (or 0xCE9321) is known color: Buttercup. HEX triplet: CE, 93 and 21. RGB value is (206,147,33). Sum of RGB (Red+Green+Blue) = 206+147+33=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9321 is #316CDE. Grayscale: #989898. Windows color (decimal): -3239135 or 2200526. OLE color: 2200526.
HSL color Cylindrical-coordinate representation of color #CE9321: hue angle of 39.54º 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 #CE9321 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 33 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.19 |
| HSL | 39.54º | 0.72% | 0.47% | - |
| HSV(B) | 39.54º | 0.84% | 0.81% | - |
| XYZ | 36.16 | 34.1 | 6.11 | - |
| YUV | 151.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 33 | 0 | 0.29 | 0.84 | 0.19 | 39.54 | 0.72 | 0.47 |
| Hex | CE | 93 | 21 | 0 | 1D | 54 | 13 | 28 | 48 | 2F |
| Octal | 316 | 223 | 41 | 0 | 35 | 124 | 23 | 50 | 110 | 57 |
| Binary | 11001110 | 10010011 | 100001 | 0 | 11101 | 1010100 | 10011 | 101000 | 1001000 | 101111 |
Color Harmonies of #CE9321
Complementary color
Monochromatic Colors of #CE9321
Black with #CE9321
Text Example
Text Example
White with #CE9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9321; }
p { color: rgb(206,147,33); }
H1.HeaderClassName
{
color: #CE9321;
}
.AnyTagClassName
{
color: #CE9321;
}
</style>
background-color css
<style>
a { background-color: #CE9321; }
a { background-color: rgb(206,147,33); }
div.DivClassName
{
background-color: #CE9321;
}
.BgClassName
{
background-color: #CE9321;
}
</style>
border-color css
<style>
span { border-color: #CE9321; }
span { border-color: rgb(206,147,33); }
td.TdClassName
{
border-color: #CE9321;
}
.TagClassName
{
border-color: #CE9321;
}
</style>