Shades of Golden Bell #CF8338
Tints of Golden Bell #CF8338
RGB
CMYK
RGB Variations
Color information
#CF8338 (or 0xCF8338) is known color: Golden Bell. HEX triplet: CF, 83 and 38. RGB value is (207,131,56). Sum of RGB (Red+Green+Blue) = 207+131+56=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8338 is #307CC7. Grayscale: #919191. Windows color (decimal): -3177672 or 3703759. OLE color: 3703759.
HSL color Cylindrical-coordinate representation of color #CF8338: hue angle of 29.8º 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 #CF8338 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 56 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.19 |
| HSL | 29.8º | 0.61% | 0.52% | - |
| HSV(B) | 29.8º | 0.73% | 0.81% | - |
| XYZ | 34.56 | 29.78 | 7.67 | - |
| YUV | 145.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 56 | 0 | 0.37 | 0.73 | 0.19 | 29.8 | 0.61 | 0.52 |
| Hex | CF | 83 | 38 | 0 | 25 | 49 | 13 | 1E | 3D | 34 |
| Octal | 317 | 203 | 70 | 0 | 45 | 111 | 23 | 36 | 75 | 64 |
| Binary | 11001111 | 10000011 | 111000 | 0 | 100101 | 1001001 | 10011 | 11110 | 111101 | 110100 |
Color Harmonies of #CF8338
Complementary color
Monochromatic Colors of #CF8338
Black with #CF8338
Text Example
Text Example
White with #CF8338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8338; }
p { color: rgb(207,131,56); }
H1.HeaderClassName
{
color: #CF8338;
}
.AnyTagClassName
{
color: #CF8338;
}
</style>
background-color css
<style>
a { background-color: #CF8338; }
a { background-color: rgb(207,131,56); }
div.DivClassName
{
background-color: #CF8338;
}
.BgClassName
{
background-color: #CF8338;
}
</style>
border-color css
<style>
span { border-color: #CF8338; }
span { border-color: rgb(207,131,56); }
td.TdClassName
{
border-color: #CF8338;
}
.TagClassName
{
border-color: #CF8338;
}
</style>