Shades of Golden Bell #CC7D39
Tints of Golden Bell #CC7D39
RGB
CMYK
RGB Variations
Color information
#CC7D39 (or 0xCC7D39) is known color: Golden Bell. HEX triplet: CC, 7D and 39. RGB value is (204,125,57). Sum of RGB (Red+Green+Blue) = 204+125+57=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D39 is #3382C6. Grayscale: #8D8D8D. Windows color (decimal): -3375815 or 3767756. OLE color: 3767756.
HSL color Cylindrical-coordinate representation of color #CC7D39: hue angle of 27.76º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC7D39 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 57 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.2 |
| HSL | 27.76º | 0.59% | 0.51% | - |
| HSV(B) | 27.76º | 0.72% | 0.8% | - |
| XYZ | 32.97 | 27.8 | 7.5 | - |
| YUV | 140.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 57 | 0 | 0.39 | 0.72 | 0.2 | 27.76 | 0.59 | 0.51 |
| Hex | CC | 7D | 39 | 0 | 27 | 48 | 14 | 1C | 3B | 33 |
| Octal | 314 | 175 | 71 | 0 | 47 | 110 | 24 | 34 | 73 | 63 |
| Binary | 11001100 | 1111101 | 111001 | 0 | 100111 | 1001000 | 10100 | 11100 | 111011 | 110011 |
Color Harmonies of #CC7D39
Complementary color
Monochromatic Colors of #CC7D39
Black with #CC7D39
Text Example
Text Example
White with #CC7D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D39; }
p { color: rgb(204,125,57); }
H1.HeaderClassName
{
color: #CC7D39;
}
.AnyTagClassName
{
color: #CC7D39;
}
</style>
background-color css
<style>
a { background-color: #CC7D39; }
a { background-color: rgb(204,125,57); }
div.DivClassName
{
background-color: #CC7D39;
}
.BgClassName
{
background-color: #CC7D39;
}
</style>
border-color css
<style>
span { border-color: #CC7D39; }
span { border-color: rgb(204,125,57); }
td.TdClassName
{
border-color: #CC7D39;
}
.TagClassName
{
border-color: #CC7D39;
}
</style>