Shades of Golden Bell #CF7D39
Tints of Golden Bell #CF7D39
RGB
CMYK
RGB Variations
Color information
#CF7D39 (or 0xCF7D39) is known color: Golden Bell. HEX triplet: CF, 7D and 39. RGB value is (207,125,57). Sum of RGB (Red+Green+Blue) = 207+125+57=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D39 is #3082C6. Grayscale: #8E8E8E. Windows color (decimal): -3179207 or 3767759. OLE color: 3767759.
HSL color Cylindrical-coordinate representation of color #CF7D39: hue angle of 27.2º 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 #CF7D39 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 57 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.19 |
| HSL | 27.2º | 0.61% | 0.52% | - |
| HSV(B) | 27.2º | 0.72% | 0.81% | - |
| XYZ | 33.8 | 28.23 | 7.54 | - |
| YUV | 141.77 | 80.17 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 57 | 0 | 0.40 | 0.72 | 0.19 | 27.2 | 0.61 | 0.52 |
| Hex | CF | 7D | 39 | 0 | 28 | 48 | 13 | 1B | 3D | 34 |
| Octal | 317 | 175 | 71 | 0 | 50 | 110 | 23 | 33 | 75 | 64 |
| Binary | 11001111 | 1111101 | 111001 | 0 | 101000 | 1001000 | 10011 | 11011 | 111101 | 110100 |
Color Harmonies of #CF7D39
Complementary color
Monochromatic Colors of #CF7D39
Black with #CF7D39
Text Example
Text Example
White with #CF7D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D39; }
p { color: rgb(207,125,57); }
H1.HeaderClassName
{
color: #CF7D39;
}
.AnyTagClassName
{
color: #CF7D39;
}
</style>
background-color css
<style>
a { background-color: #CF7D39; }
a { background-color: rgb(207,125,57); }
div.DivClassName
{
background-color: #CF7D39;
}
.BgClassName
{
background-color: #CF7D39;
}
</style>
border-color css
<style>
span { border-color: #CF7D39; }
span { border-color: rgb(207,125,57); }
td.TdClassName
{
border-color: #CF7D39;
}
.TagClassName
{
border-color: #CF7D39;
}
</style>