Shades of Buttercup #CE8F21
Tints of Buttercup #CE8F21
RGB
CMYK
RGB Variations
Color information
#CE8F21 (or 0xCE8F21) is known color: Buttercup. HEX triplet: CE, 8F and 21. RGB value is (206,143,33). Sum of RGB (Red+Green+Blue) = 206+143+33=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F21 is #3170DE. Grayscale: #959595. Windows color (decimal): -3240159 or 2199502. OLE color: 2199502.
HSL color Cylindrical-coordinate representation of color #CE8F21: hue angle of 38.15º 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 #CE8F21 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 33 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.19 |
| HSL | 38.15º | 0.72% | 0.47% | - |
| HSV(B) | 38.15º | 0.84% | 0.81% | - |
| XYZ | 35.55 | 32.88 | 5.91 | - |
| YUV | 149.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 33 | 0 | 0.31 | 0.84 | 0.19 | 38.15 | 0.72 | 0.47 |
| Hex | CE | 8F | 21 | 0 | 1F | 54 | 13 | 26 | 48 | 2F |
| Octal | 316 | 217 | 41 | 0 | 37 | 124 | 23 | 46 | 110 | 57 |
| Binary | 11001110 | 10001111 | 100001 | 0 | 11111 | 1010100 | 10011 | 100110 | 1001000 | 101111 |
Color Harmonies of #CE8F21
Complementary color
Monochromatic Colors of #CE8F21
Black with #CE8F21
Text Example
Text Example
White with #CE8F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F21; }
p { color: rgb(206,143,33); }
H1.HeaderClassName
{
color: #CE8F21;
}
.AnyTagClassName
{
color: #CE8F21;
}
</style>
background-color css
<style>
a { background-color: #CE8F21; }
a { background-color: rgb(206,143,33); }
div.DivClassName
{
background-color: #CE8F21;
}
.BgClassName
{
background-color: #CE8F21;
}
</style>
border-color css
<style>
span { border-color: #CE8F21; }
span { border-color: rgb(206,143,33); }
td.TdClassName
{
border-color: #CE8F21;
}
.TagClassName
{
border-color: #CE8F21;
}
</style>