Shades of Golden Bell #CE7D3A
Tints of Golden Bell #CE7D3A
RGB
CMYK
RGB Variations
Color information
#CE7D3A (or 0xCE7D3A) is known color: Golden Bell. HEX triplet: CE, 7D and 3A. RGB value is (206,125,58). Sum of RGB (Red+Green+Blue) = 206+125+58=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D3A is #3182C5. Grayscale: #8D8D8D. Windows color (decimal): -3244742 or 3833294. OLE color: 3833294.
HSL color Cylindrical-coordinate representation of color #CE7D3A: hue angle of 27.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE7D3A is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 58 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.19 |
| HSL | 27.16º | 0.6% | 0.52% | - |
| HSV(B) | 27.16º | 0.72% | 0.81% | - |
| XYZ | 33.55 | 28.09 | 7.66 | - |
| YUV | 141.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 58 | 0 | 0.39 | 0.72 | 0.19 | 27.16 | 0.6 | 0.52 |
| Hex | CE | 7D | 3A | 0 | 27 | 48 | 13 | 1B | 3C | 34 |
| Octal | 316 | 175 | 72 | 0 | 47 | 110 | 23 | 33 | 74 | 64 |
| Binary | 11001110 | 1111101 | 111010 | 0 | 100111 | 1001000 | 10011 | 11011 | 111100 | 110100 |
Color Harmonies of #CE7D3A
Complementary color
Monochromatic Colors of #CE7D3A
Black with #CE7D3A
Text Example
Text Example
White with #CE7D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D3A; }
p { color: rgb(206,125,58); }
H1.HeaderClassName
{
color: #CE7D3A;
}
.AnyTagClassName
{
color: #CE7D3A;
}
</style>
background-color css
<style>
a { background-color: #CE7D3A; }
a { background-color: rgb(206,125,58); }
div.DivClassName
{
background-color: #CE7D3A;
}
.BgClassName
{
background-color: #CE7D3A;
}
</style>
border-color css
<style>
span { border-color: #CE7D3A; }
span { border-color: rgb(206,125,58); }
td.TdClassName
{
border-color: #CE7D3A;
}
.TagClassName
{
border-color: #CE7D3A;
}
</style>