Shades of Golden Bell #CF8336
Tints of Golden Bell #CF8336
RGB
CMYK
RGB Variations
Color information
#CF8336 (or 0xCF8336) is known color: Golden Bell. HEX triplet: CF, 83 and 36. RGB value is (207,131,54). Sum of RGB (Red+Green+Blue) = 207+131+54=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8336 is #307CC9. Grayscale: #919191. Windows color (decimal): -3177674 or 3572687. OLE color: 3572687.
HSL color Cylindrical-coordinate representation of color #CF8336: hue angle of 30.2º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF8336 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 54 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.19 |
| HSL | 30.2º | 0.61% | 0.51% | - |
| HSV(B) | 30.2º | 0.74% | 0.81% | - |
| XYZ | 34.51 | 29.76 | 7.42 | - |
| YUV | 144.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 54 | 0 | 0.37 | 0.74 | 0.19 | 30.2 | 0.61 | 0.51 |
| Hex | CF | 83 | 36 | 0 | 25 | 4A | 13 | 1E | 3D | 33 |
| Octal | 317 | 203 | 66 | 0 | 45 | 112 | 23 | 36 | 75 | 63 |
| Binary | 11001111 | 10000011 | 110110 | 0 | 100101 | 1001010 | 10011 | 11110 | 111101 | 110011 |
Color Harmonies of #CF8336
Complementary color
Monochromatic Colors of #CF8336
Black with #CF8336
Text Example
Text Example
White with #CF8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8336; }
p { color: rgb(207,131,54); }
H1.HeaderClassName
{
color: #CF8336;
}
.AnyTagClassName
{
color: #CF8336;
}
</style>
background-color css
<style>
a { background-color: #CF8336; }
a { background-color: rgb(207,131,54); }
div.DivClassName
{
background-color: #CF8336;
}
.BgClassName
{
background-color: #CF8336;
}
</style>
border-color css
<style>
span { border-color: #CF8336; }
span { border-color: rgb(207,131,54); }
td.TdClassName
{
border-color: #CF8336;
}
.TagClassName
{
border-color: #CF8336;
}
</style>