Shades of Golden Bell #C9833B
Tints of Golden Bell #C9833B
RGB
CMYK
RGB Variations
Color information
#C9833B (or 0xC9833B) is known color: Golden Bell. HEX triplet: C9, 83 and 3B. RGB value is (201,131,59). Sum of RGB (Red+Green+Blue) = 201+131+59=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9833B is #367CC4. Grayscale: #909090. Windows color (decimal): -3570885 or 3900361. OLE color: 3900361.
HSL color Cylindrical-coordinate representation of color #C9833B: hue angle of 30.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9833B is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 59 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.21 |
| HSL | 30.42º | 0.57% | 0.51% | - |
| HSV(B) | 30.42º | 0.71% | 0.79% | - |
| XYZ | 32.99 | 28.97 | 7.99 | - |
| YUV | 143.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 59 | 0 | 0.35 | 0.71 | 0.21 | 30.42 | 0.57 | 0.51 |
| Hex | C9 | 83 | 3B | 0 | 23 | 47 | 15 | 1E | 39 | 33 |
| Octal | 311 | 203 | 73 | 0 | 43 | 107 | 25 | 36 | 71 | 63 |
| Binary | 11001001 | 10000011 | 111011 | 0 | 100011 | 1000111 | 10101 | 11110 | 111001 | 110011 |
Color Harmonies of #C9833B
Complementary color
Monochromatic Colors of #C9833B
Black with #C9833B
Text Example
Text Example
White with #C9833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9833B; }
p { color: rgb(201,131,59); }
H1.HeaderClassName
{
color: #C9833B;
}
.AnyTagClassName
{
color: #C9833B;
}
</style>
background-color css
<style>
a { background-color: #C9833B; }
a { background-color: rgb(201,131,59); }
div.DivClassName
{
background-color: #C9833B;
}
.BgClassName
{
background-color: #C9833B;
}
</style>
border-color css
<style>
span { border-color: #C9833B; }
span { border-color: rgb(201,131,59); }
td.TdClassName
{
border-color: #C9833B;
}
.TagClassName
{
border-color: #C9833B;
}
</style>