Shades of Golden Bell #CD7D3B
Tints of Golden Bell #CD7D3B
RGB
CMYK
RGB Variations
Color information
#CD7D3B (or 0xCD7D3B) is known color: Golden Bell. HEX triplet: CD, 7D and 3B. RGB value is (205,125,59). Sum of RGB (Red+Green+Blue) = 205+125+59=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D3B is #3282C4. Grayscale: #8D8D8D. Windows color (decimal): -3310277 or 3898829. OLE color: 3898829.
HSL color Cylindrical-coordinate representation of color #CD7D3B: hue angle of 27.12º 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 #CD7D3B is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 59 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.20 |
| HSL | 27.12º | 0.59% | 0.52% | - |
| HSV(B) | 27.12º | 0.71% | 0.8% | - |
| XYZ | 33.3 | 27.96 | 7.78 | - |
| YUV | 141.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 59 | 0 | 0.39 | 0.71 | 0.20 | 27.12 | 0.59 | 0.52 |
| Hex | CD | 7D | 3B | 0 | 27 | 47 | 14 | 1B | 3B | 34 |
| Octal | 315 | 175 | 73 | 0 | 47 | 107 | 24 | 33 | 73 | 64 |
| Binary | 11001101 | 1111101 | 111011 | 0 | 100111 | 1000111 | 10100 | 11011 | 111011 | 110100 |
Color Harmonies of #CD7D3B
Complementary color
Monochromatic Colors of #CD7D3B
Black with #CD7D3B
Text Example
Text Example
White with #CD7D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D3B; }
p { color: rgb(205,125,59); }
H1.HeaderClassName
{
color: #CD7D3B;
}
.AnyTagClassName
{
color: #CD7D3B;
}
</style>
background-color css
<style>
a { background-color: #CD7D3B; }
a { background-color: rgb(205,125,59); }
div.DivClassName
{
background-color: #CD7D3B;
}
.BgClassName
{
background-color: #CD7D3B;
}
</style>
border-color css
<style>
span { border-color: #CD7D3B; }
span { border-color: rgb(205,125,59); }
td.TdClassName
{
border-color: #CD7D3B;
}
.TagClassName
{
border-color: #CD7D3B;
}
</style>