Shades of Golden Bell #C67D38
Tints of Golden Bell #C67D38
RGB
CMYK
RGB Variations
Color information
#C67D38 (or 0xC67D38) is known color: Golden Bell. HEX triplet: C6, 7D and 38. RGB value is (198,125,56). Sum of RGB (Red+Green+Blue) = 198+125+56=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D38 is #3982C7. Grayscale: #8B8B8B. Windows color (decimal): -3769032 or 3702214. OLE color: 3702214.
HSL color Cylindrical-coordinate representation of color #C67D38: hue angle of 29.15º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C67D38 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 56 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.22 |
| HSL | 29.15º | 0.56% | 0.5% | - |
| HSV(B) | 29.15º | 0.72% | 0.78% | - |
| XYZ | 31.34 | 26.96 | 7.29 | - |
| YUV | 138.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 56 | 0 | 0.37 | 0.72 | 0.22 | 29.15 | 0.56 | 0.5 |
| Hex | C6 | 7D | 38 | 0 | 25 | 48 | 16 | 1D | 38 | 32 |
| Octal | 306 | 175 | 70 | 0 | 45 | 110 | 26 | 35 | 70 | 62 |
| Binary | 11000110 | 1111101 | 111000 | 0 | 100101 | 1001000 | 10110 | 11101 | 111000 | 110010 |
Color Harmonies of #C67D38
Complementary color
Monochromatic Colors of #C67D38
Black with #C67D38
Text Example
Text Example
White with #C67D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D38; }
p { color: rgb(198,125,56); }
H1.HeaderClassName
{
color: #C67D38;
}
.AnyTagClassName
{
color: #C67D38;
}
</style>
background-color css
<style>
a { background-color: #C67D38; }
a { background-color: rgb(198,125,56); }
div.DivClassName
{
background-color: #C67D38;
}
.BgClassName
{
background-color: #C67D38;
}
</style>
border-color css
<style>
span { border-color: #C67D38; }
span { border-color: rgb(198,125,56); }
td.TdClassName
{
border-color: #C67D38;
}
.TagClassName
{
border-color: #C67D38;
}
</style>