Shades of Golden Bell #CF8238
Tints of Golden Bell #CF8238
RGB
CMYK
RGB Variations
Color information
#CF8238 (or 0xCF8238) is known color: Golden Bell. HEX triplet: CF, 82 and 38. RGB value is (207,130,56). Sum of RGB (Red+Green+Blue) = 207+130+56=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8238 is #307DC7. Grayscale: #909090. Windows color (decimal): -3177928 or 3703503. OLE color: 3703503.
HSL color Cylindrical-coordinate representation of color #CF8238: hue angle of 29.4º 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 #CF8238 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 56 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.19 |
| HSL | 29.4º | 0.61% | 0.52% | - |
| HSV(B) | 29.4º | 0.73% | 0.81% | - |
| XYZ | 34.43 | 29.52 | 7.62 | - |
| YUV | 144.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 56 | 0 | 0.37 | 0.73 | 0.19 | 29.4 | 0.61 | 0.52 |
| Hex | CF | 82 | 38 | 0 | 25 | 49 | 13 | 1D | 3D | 34 |
| Octal | 317 | 202 | 70 | 0 | 45 | 111 | 23 | 35 | 75 | 64 |
| Binary | 11001111 | 10000010 | 111000 | 0 | 100101 | 1001001 | 10011 | 11101 | 111101 | 110100 |
Color Harmonies of #CF8238
Complementary color
Monochromatic Colors of #CF8238
Black with #CF8238
Text Example
Text Example
White with #CF8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8238; }
p { color: rgb(207,130,56); }
H1.HeaderClassName
{
color: #CF8238;
}
.AnyTagClassName
{
color: #CF8238;
}
</style>
background-color css
<style>
a { background-color: #CF8238; }
a { background-color: rgb(207,130,56); }
div.DivClassName
{
background-color: #CF8238;
}
.BgClassName
{
background-color: #CF8238;
}
</style>
border-color css
<style>
span { border-color: #CF8238; }
span { border-color: rgb(207,130,56); }
td.TdClassName
{
border-color: #CF8238;
}
.TagClassName
{
border-color: #CF8238;
}
</style>