Shades of Golden Bell #CF8337
Tints of Golden Bell #CF8337
RGB
CMYK
RGB Variations
Color information
#CF8337 (or 0xCF8337) is known color: Golden Bell. HEX triplet: CF, 83 and 37. RGB value is (207,131,55). Sum of RGB (Red+Green+Blue) = 207+131+55=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8337 is #307CC8. Grayscale: #919191. Windows color (decimal): -3177673 or 3638223. OLE color: 3638223.
HSL color Cylindrical-coordinate representation of color #CF8337: hue angle of 30º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF8337 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 55 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.19 |
| HSL | 30º | 0.61% | 0.51% | - |
| HSV(B) | 30º | 0.73% | 0.81% | - |
| XYZ | 34.54 | 29.77 | 7.54 | - |
| YUV | 145.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 55 | 0 | 0.37 | 0.73 | 0.19 | 30 | 0.61 | 0.51 |
| Hex | CF | 83 | 37 | 0 | 25 | 49 | 13 | 1E | 3D | 33 |
| Octal | 317 | 203 | 67 | 0 | 45 | 111 | 23 | 36 | 75 | 63 |
| Binary | 11001111 | 10000011 | 110111 | 0 | 100101 | 1001001 | 10011 | 11110 | 111101 | 110011 |
Color Harmonies of #CF8337
Complementary color
Monochromatic Colors of #CF8337
Black with #CF8337
Text Example
Text Example
White with #CF8337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8337; }
p { color: rgb(207,131,55); }
H1.HeaderClassName
{
color: #CF8337;
}
.AnyTagClassName
{
color: #CF8337;
}
</style>
background-color css
<style>
a { background-color: #CF8337; }
a { background-color: rgb(207,131,55); }
div.DivClassName
{
background-color: #CF8337;
}
.BgClassName
{
background-color: #CF8337;
}
</style>
border-color css
<style>
span { border-color: #CF8337; }
span { border-color: rgb(207,131,55); }
td.TdClassName
{
border-color: #CF8337;
}
.TagClassName
{
border-color: #CF8337;
}
</style>