Shades of Golden Bell #CC8538
Tints of Golden Bell #CC8538
RGB
CMYK
RGB Variations
Color information
#CC8538 (or 0xCC8538) is known color: Golden Bell. HEX triplet: CC, 85 and 38. RGB value is (204,133,56). Sum of RGB (Red+Green+Blue) = 204+133+56=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8538 is #337AC7. Grayscale: #919191. Windows color (decimal): -3373768 or 3704268. OLE color: 3704268.
HSL color Cylindrical-coordinate representation of color #CC8538: hue angle of 31.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC8538 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 56 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.2 |
| HSL | 31.22º | 0.59% | 0.51% | - |
| HSV(B) | 31.22º | 0.73% | 0.8% | - |
| XYZ | 34 | 29.9 | 7.72 | - |
| YUV | 145.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 56 | 0 | 0.35 | 0.73 | 0.2 | 31.22 | 0.59 | 0.51 |
| Hex | CC | 85 | 38 | 0 | 23 | 49 | 14 | 1F | 3B | 33 |
| Octal | 314 | 205 | 70 | 0 | 43 | 111 | 24 | 37 | 73 | 63 |
| Binary | 11001100 | 10000101 | 111000 | 0 | 100011 | 1001001 | 10100 | 11111 | 111011 | 110011 |
Color Harmonies of #CC8538
Complementary color
Monochromatic Colors of #CC8538
Black with #CC8538
Text Example
Text Example
White with #CC8538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8538; }
p { color: rgb(204,133,56); }
H1.HeaderClassName
{
color: #CC8538;
}
.AnyTagClassName
{
color: #CC8538;
}
</style>
background-color css
<style>
a { background-color: #CC8538; }
a { background-color: rgb(204,133,56); }
div.DivClassName
{
background-color: #CC8538;
}
.BgClassName
{
background-color: #CC8538;
}
</style>
border-color css
<style>
span { border-color: #CC8538; }
span { border-color: rgb(204,133,56); }
td.TdClassName
{
border-color: #CC8538;
}
.TagClassName
{
border-color: #CC8538;
}
</style>