Shades of Golden Bell #CF8138
Tints of Golden Bell #CF8138
RGB
CMYK
RGB Variations
Color information
#CF8138 (or 0xCF8138) is known color: Golden Bell. HEX triplet: CF, 81 and 38. RGB value is (207,129,56). Sum of RGB (Red+Green+Blue) = 207+129+56=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8138 is #307EC7. Grayscale: #909090. Windows color (decimal): -3178184 or 3703247. OLE color: 3703247.
HSL color Cylindrical-coordinate representation of color #CF8138: hue angle of 29.01º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF8138 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 56 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.19 |
| HSL | 29.01º | 0.61% | 0.52% | - |
| HSV(B) | 29.01º | 0.73% | 0.81% | - |
| XYZ | 34.3 | 29.25 | 7.58 | - |
| YUV | 144 | 78.34 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 56 | 0 | 0.38 | 0.73 | 0.19 | 29.01 | 0.61 | 0.52 |
| Hex | CF | 81 | 38 | 0 | 26 | 49 | 13 | 1D | 3D | 34 |
| Octal | 317 | 201 | 70 | 0 | 46 | 111 | 23 | 35 | 75 | 64 |
| Binary | 11001111 | 10000001 | 111000 | 0 | 100110 | 1001001 | 10011 | 11101 | 111101 | 110100 |
Color Harmonies of #CF8138
Complementary color
Monochromatic Colors of #CF8138
Black with #CF8138
Text Example
Text Example
White with #CF8138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8138; }
p { color: rgb(207,129,56); }
H1.HeaderClassName
{
color: #CF8138;
}
.AnyTagClassName
{
color: #CF8138;
}
</style>
background-color css
<style>
a { background-color: #CF8138; }
a { background-color: rgb(207,129,56); }
div.DivClassName
{
background-color: #CF8138;
}
.BgClassName
{
background-color: #CF8138;
}
</style>
border-color css
<style>
span { border-color: #CF8138; }
span { border-color: rgb(207,129,56); }
td.TdClassName
{
border-color: #CF8138;
}
.TagClassName
{
border-color: #CF8138;
}
</style>