Shades of Golden Bell #CD7B3C
Tints of Golden Bell #CD7B3C
RGB
CMYK
RGB Variations
Color information
#CD7B3C (or 0xCD7B3C) is known color: Golden Bell. HEX triplet: CD, 7B and 3C. RGB value is (205,123,60). Sum of RGB (Red+Green+Blue) = 205+123+60=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7B3C is #3284C3. Grayscale: #8C8C8C. Windows color (decimal): -3310788 or 3963853. OLE color: 3963853.
HSL color Cylindrical-coordinate representation of color #CD7B3C: hue angle of 26.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD7B3C is Cyan = 0, Magento = 0.4, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 60 | - |
| CMYK | 0 | 0.4 | 0.71 | 0.20 |
| HSL | 26.07º | 0.59% | 0.52% | - |
| HSV(B) | 26.07º | 0.71% | 0.8% | - |
| XYZ | 33.08 | 27.47 | 7.83 | - |
| YUV | 140.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 60 | 0 | 0.4 | 0.71 | 0.20 | 26.07 | 0.59 | 0.52 |
| Hex | CD | 7B | 3C | 0 | 28 | 47 | 14 | 1A | 3B | 34 |
| Octal | 315 | 173 | 74 | 0 | 50 | 107 | 24 | 32 | 73 | 64 |
| Binary | 11001101 | 1111011 | 111100 | 0 | 101000 | 1000111 | 10100 | 11010 | 111011 | 110100 |
Color Harmonies of #CD7B3C
Complementary color
Monochromatic Colors of #CD7B3C
Black with #CD7B3C
Text Example
Text Example
White with #CD7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B3C; }
p { color: rgb(205,123,60); }
H1.HeaderClassName
{
color: #CD7B3C;
}
.AnyTagClassName
{
color: #CD7B3C;
}
</style>
background-color css
<style>
a { background-color: #CD7B3C; }
a { background-color: rgb(205,123,60); }
div.DivClassName
{
background-color: #CD7B3C;
}
.BgClassName
{
background-color: #CD7B3C;
}
</style>
border-color css
<style>
span { border-color: #CD7B3C; }
span { border-color: rgb(205,123,60); }
td.TdClassName
{
border-color: #CD7B3C;
}
.TagClassName
{
border-color: #CD7B3C;
}
</style>