Shades of Golden Bell #CE7D3B
Tints of Golden Bell #CE7D3B
RGB
CMYK
RGB Variations
Color information
#CE7D3B (or 0xCE7D3B) is known color: Golden Bell. HEX triplet: CE, 7D and 3B. RGB value is (206,125,59). Sum of RGB (Red+Green+Blue) = 206+125+59=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D3B is #3182C4. Grayscale: #8E8E8E. Windows color (decimal): -3244741 or 3898830. OLE color: 3898830.
HSL color Cylindrical-coordinate representation of color #CE7D3B: hue angle of 26.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE7D3B is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 59 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.19 |
| HSL | 26.94º | 0.6% | 0.52% | - |
| HSV(B) | 26.94º | 0.71% | 0.81% | - |
| XYZ | 33.58 | 28.1 | 7.79 | - |
| YUV | 141.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 59 | 0 | 0.39 | 0.71 | 0.19 | 26.94 | 0.6 | 0.52 |
| Hex | CE | 7D | 3B | 0 | 27 | 47 | 13 | 1B | 3C | 34 |
| Octal | 316 | 175 | 73 | 0 | 47 | 107 | 23 | 33 | 74 | 64 |
| Binary | 11001110 | 1111101 | 111011 | 0 | 100111 | 1000111 | 10011 | 11011 | 111100 | 110100 |
Color Harmonies of #CE7D3B
Complementary color
Monochromatic Colors of #CE7D3B
Black with #CE7D3B
Text Example
Text Example
White with #CE7D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D3B; }
p { color: rgb(206,125,59); }
H1.HeaderClassName
{
color: #CE7D3B;
}
.AnyTagClassName
{
color: #CE7D3B;
}
</style>
background-color css
<style>
a { background-color: #CE7D3B; }
a { background-color: rgb(206,125,59); }
div.DivClassName
{
background-color: #CE7D3B;
}
.BgClassName
{
background-color: #CE7D3B;
}
</style>
border-color css
<style>
span { border-color: #CE7D3B; }
span { border-color: rgb(206,125,59); }
td.TdClassName
{
border-color: #CE7D3B;
}
.TagClassName
{
border-color: #CE7D3B;
}
</style>