Shades of Golden Bell #CD7D3A
Tints of Golden Bell #CD7D3A
RGB
CMYK
RGB Variations
Color information
#CD7D3A (or 0xCD7D3A) is known color: Golden Bell. HEX triplet: CD, 7D and 3A. RGB value is (205,125,58). Sum of RGB (Red+Green+Blue) = 205+125+58=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D3A is #3282C5. Grayscale: #8D8D8D. Windows color (decimal): -3310278 or 3833293. OLE color: 3833293.
HSL color Cylindrical-coordinate representation of color #CD7D3A: hue angle of 27.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD7D3A is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 58 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.20 |
| HSL | 27.35º | 0.6% | 0.52% | - |
| HSV(B) | 27.35º | 0.72% | 0.8% | - |
| XYZ | 33.27 | 27.95 | 7.64 | - |
| YUV | 141.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 58 | 0 | 0.39 | 0.72 | 0.20 | 27.35 | 0.6 | 0.52 |
| Hex | CD | 7D | 3A | 0 | 27 | 48 | 14 | 1B | 3C | 34 |
| Octal | 315 | 175 | 72 | 0 | 47 | 110 | 24 | 33 | 74 | 64 |
| Binary | 11001101 | 1111101 | 111010 | 0 | 100111 | 1001000 | 10100 | 11011 | 111100 | 110100 |
Color Harmonies of #CD7D3A
Complementary color
Monochromatic Colors of #CD7D3A
Black with #CD7D3A
Text Example
Text Example
White with #CD7D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D3A; }
p { color: rgb(205,125,58); }
H1.HeaderClassName
{
color: #CD7D3A;
}
.AnyTagClassName
{
color: #CD7D3A;
}
</style>
background-color css
<style>
a { background-color: #CD7D3A; }
a { background-color: rgb(205,125,58); }
div.DivClassName
{
background-color: #CD7D3A;
}
.BgClassName
{
background-color: #CD7D3A;
}
</style>
border-color css
<style>
span { border-color: #CD7D3A; }
span { border-color: rgb(205,125,58); }
td.TdClassName
{
border-color: #CD7D3A;
}
.TagClassName
{
border-color: #CD7D3A;
}
</style>