Shades of Buttercup #CE8A1D
Tints of Buttercup #CE8A1D
RGB
CMYK
RGB Variations
Color information
#CE8A1D (or 0xCE8A1D) is known color: Buttercup. HEX triplet: CE, 8A and 1D. RGB value is (206,138,29). Sum of RGB (Red+Green+Blue) = 206+138+29=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A1D is #3175E2. Grayscale: #929292. Windows color (decimal): -3241443 or 1936078. OLE color: 1936078.
HSL color Cylindrical-coordinate representation of color #CE8A1D: hue angle of 36.95º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE8A1D is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 29 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.19 |
| HSL | 36.95º | 0.75% | 0.46% | - |
| HSV(B) | 36.95º | 0.86% | 0.81% | - |
| XYZ | 34.76 | 31.39 | 5.39 | - |
| YUV | 145.91 | 62.03 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 29 | 0 | 0.33 | 0.86 | 0.19 | 36.95 | 0.75 | 0.46 |
| Hex | CE | 8A | 1D | 0 | 21 | 56 | 13 | 25 | 4B | 2E |
| Octal | 316 | 212 | 35 | 0 | 41 | 126 | 23 | 45 | 113 | 56 |
| Binary | 11001110 | 10001010 | 11101 | 0 | 100001 | 1010110 | 10011 | 100101 | 1001011 | 101110 |
Color Harmonies of #CE8A1D
Complementary color
Monochromatic Colors of #CE8A1D
Black with #CE8A1D
Text Example
Text Example
White with #CE8A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A1D; }
p { color: rgb(206,138,29); }
H1.HeaderClassName
{
color: #CE8A1D;
}
.AnyTagClassName
{
color: #CE8A1D;
}
</style>
background-color css
<style>
a { background-color: #CE8A1D; }
a { background-color: rgb(206,138,29); }
div.DivClassName
{
background-color: #CE8A1D;
}
.BgClassName
{
background-color: #CE8A1D;
}
</style>
border-color css
<style>
span { border-color: #CE8A1D; }
span { border-color: rgb(206,138,29); }
td.TdClassName
{
border-color: #CE8A1D;
}
.TagClassName
{
border-color: #CE8A1D;
}
</style>