Shades of Golden Bell #CB7D38
Tints of Golden Bell #CB7D38
RGB
CMYK
RGB Variations
Color information
#CB7D38 (or 0xCB7D38) is known color: Golden Bell. HEX triplet: CB, 7D and 38. RGB value is (203,125,56). Sum of RGB (Red+Green+Blue) = 203+125+56=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7D38 is #3482C7. Grayscale: #8C8C8C. Windows color (decimal): -3441352 or 3702219. OLE color: 3702219.
HSL color Cylindrical-coordinate representation of color #CB7D38: hue angle of 28.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB7D38 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 56 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.20 |
| HSL | 28.16º | 0.59% | 0.51% | - |
| HSV(B) | 28.16º | 0.72% | 0.8% | - |
| XYZ | 32.68 | 27.65 | 7.36 | - |
| YUV | 140.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 56 | 0 | 0.38 | 0.72 | 0.20 | 28.16 | 0.59 | 0.51 |
| Hex | CB | 7D | 38 | 0 | 26 | 48 | 14 | 1C | 3B | 33 |
| Octal | 313 | 175 | 70 | 0 | 46 | 110 | 24 | 34 | 73 | 63 |
| Binary | 11001011 | 1111101 | 111000 | 0 | 100110 | 1001000 | 10100 | 11100 | 111011 | 110011 |
Color Harmonies of #CB7D38
Complementary color
Monochromatic Colors of #CB7D38
Black with #CB7D38
Text Example
Text Example
White with #CB7D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D38; }
p { color: rgb(203,125,56); }
H1.HeaderClassName
{
color: #CB7D38;
}
.AnyTagClassName
{
color: #CB7D38;
}
</style>
background-color css
<style>
a { background-color: #CB7D38; }
a { background-color: rgb(203,125,56); }
div.DivClassName
{
background-color: #CB7D38;
}
.BgClassName
{
background-color: #CB7D38;
}
</style>
border-color css
<style>
span { border-color: #CB7D38; }
span { border-color: rgb(203,125,56); }
td.TdClassName
{
border-color: #CB7D38;
}
.TagClassName
{
border-color: #CB7D38;
}
</style>