Shades of Golden Bell #CC833A
Tints of Golden Bell #CC833A
RGB
CMYK
RGB Variations
Color information
#CC833A (or 0xCC833A) is known color: Golden Bell. HEX triplet: CC, 83 and 3A. RGB value is (204,131,58). Sum of RGB (Red+Green+Blue) = 204+131+58=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC833A is #337CC5. Grayscale: #909090. Windows color (decimal): -3374278 or 3834828. OLE color: 3834828.
HSL color Cylindrical-coordinate representation of color #CC833A: hue angle of 30º 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 #CC833A is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 58 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.2 |
| HSL | 30º | 0.59% | 0.51% | - |
| HSV(B) | 30º | 0.72% | 0.8% | - |
| XYZ | 33.78 | 29.38 | 7.89 | - |
| YUV | 144.51 | 79.18 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 58 | 0 | 0.36 | 0.72 | 0.2 | 30 | 0.59 | 0.51 |
| Hex | CC | 83 | 3A | 0 | 24 | 48 | 14 | 1E | 3B | 33 |
| Octal | 314 | 203 | 72 | 0 | 44 | 110 | 24 | 36 | 73 | 63 |
| Binary | 11001100 | 10000011 | 111010 | 0 | 100100 | 1001000 | 10100 | 11110 | 111011 | 110011 |
Color Harmonies of #CC833A
Complementary color
Monochromatic Colors of #CC833A
Black with #CC833A
Text Example
Text Example
White with #CC833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC833A; }
p { color: rgb(204,131,58); }
H1.HeaderClassName
{
color: #CC833A;
}
.AnyTagClassName
{
color: #CC833A;
}
</style>
background-color css
<style>
a { background-color: #CC833A; }
a { background-color: rgb(204,131,58); }
div.DivClassName
{
background-color: #CC833A;
}
.BgClassName
{
background-color: #CC833A;
}
</style>
border-color css
<style>
span { border-color: #CC833A; }
span { border-color: rgb(204,131,58); }
td.TdClassName
{
border-color: #CC833A;
}
.TagClassName
{
border-color: #CC833A;
}
</style>