Shades of Golden Bell #CE8336
Tints of Golden Bell #CE8336
RGB
CMYK
RGB Variations
Color information
#CE8336 (or 0xCE8336) is known color: Golden Bell. HEX triplet: CE, 83 and 36. RGB value is (206,131,54). Sum of RGB (Red+Green+Blue) = 206+131+54=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8336 is #317CC9. Grayscale: #919191. Windows color (decimal): -3243210 or 3572686. OLE color: 3572686.
HSL color Cylindrical-coordinate representation of color #CE8336: hue angle of 30.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE8336 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 54 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.19 |
| HSL | 30.39º | 0.61% | 0.51% | - |
| HSV(B) | 30.39º | 0.74% | 0.81% | - |
| XYZ | 34.24 | 29.62 | 7.4 | - |
| YUV | 144.65 | 76.85 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 54 | 0 | 0.36 | 0.74 | 0.19 | 30.39 | 0.61 | 0.51 |
| Hex | CE | 83 | 36 | 0 | 24 | 4A | 13 | 1E | 3D | 33 |
| Octal | 316 | 203 | 66 | 0 | 44 | 112 | 23 | 36 | 75 | 63 |
| Binary | 11001110 | 10000011 | 110110 | 0 | 100100 | 1001010 | 10011 | 11110 | 111101 | 110011 |
Color Harmonies of #CE8336
Complementary color
Monochromatic Colors of #CE8336
Black with #CE8336
Text Example
Text Example
White with #CE8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8336; }
p { color: rgb(206,131,54); }
H1.HeaderClassName
{
color: #CE8336;
}
.AnyTagClassName
{
color: #CE8336;
}
</style>
background-color css
<style>
a { background-color: #CE8336; }
a { background-color: rgb(206,131,54); }
div.DivClassName
{
background-color: #CE8336;
}
.BgClassName
{
background-color: #CE8336;
}
</style>
border-color css
<style>
span { border-color: #CE8336; }
span { border-color: rgb(206,131,54); }
td.TdClassName
{
border-color: #CE8336;
}
.TagClassName
{
border-color: #CE8336;
}
</style>