Shades of Golden Bell #CF8339
Tints of Golden Bell #CF8339
RGB
CMYK
RGB Variations
Color information
#CF8339 (or 0xCF8339) is known color: Golden Bell. HEX triplet: CF, 83 and 39. RGB value is (207,131,57). Sum of RGB (Red+Green+Blue) = 207+131+57=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8339 is #307CC6. Grayscale: #919191. Windows color (decimal): -3177671 or 3769295. OLE color: 3769295.
HSL color Cylindrical-coordinate representation of color #CF8339: hue angle of 29.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF8339 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 57 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.19 |
| HSL | 29.6º | 0.61% | 0.52% | - |
| HSV(B) | 29.6º | 0.72% | 0.81% | - |
| XYZ | 34.59 | 29.79 | 7.8 | - |
| YUV | 145.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 57 | 0 | 0.37 | 0.72 | 0.19 | 29.6 | 0.61 | 0.52 |
| Hex | CF | 83 | 39 | 0 | 25 | 48 | 13 | 1E | 3D | 34 |
| Octal | 317 | 203 | 71 | 0 | 45 | 110 | 23 | 36 | 75 | 64 |
| Binary | 11001111 | 10000011 | 111001 | 0 | 100101 | 1001000 | 10011 | 11110 | 111101 | 110100 |
Color Harmonies of #CF8339
Complementary color
Monochromatic Colors of #CF8339
Black with #CF8339
Text Example
Text Example
White with #CF8339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8339; }
p { color: rgb(207,131,57); }
H1.HeaderClassName
{
color: #CF8339;
}
.AnyTagClassName
{
color: #CF8339;
}
</style>
background-color css
<style>
a { background-color: #CF8339; }
a { background-color: rgb(207,131,57); }
div.DivClassName
{
background-color: #CF8339;
}
.BgClassName
{
background-color: #CF8339;
}
</style>
border-color css
<style>
span { border-color: #CF8339; }
span { border-color: rgb(207,131,57); }
td.TdClassName
{
border-color: #CF8339;
}
.TagClassName
{
border-color: #CF8339;
}
</style>