Shades of Golden Bell #CA7D3D
Tints of Golden Bell #CA7D3D
RGB
CMYK
RGB Variations
Color information
#CA7D3D (or 0xCA7D3D) is known color: Golden Bell. HEX triplet: CA, 7D and 3D. RGB value is (202,125,61). Sum of RGB (Red+Green+Blue) = 202+125+61=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D3D is #3582C2. Grayscale: #8D8D8D. Windows color (decimal): -3506883 or 4029898. OLE color: 4029898.
HSL color Cylindrical-coordinate representation of color #CA7D3D: hue angle of 27.23º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA7D3D is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 61 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.21 |
| HSL | 27.23º | 0.57% | 0.52% | - |
| HSV(B) | 27.23º | 0.7% | 0.79% | - |
| XYZ | 32.53 | 27.56 | 8.02 | - |
| YUV | 140.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 61 | 0 | 0.38 | 0.70 | 0.21 | 27.23 | 0.57 | 0.52 |
| Hex | CA | 7D | 3D | 0 | 26 | 46 | 15 | 1B | 39 | 34 |
| Octal | 312 | 175 | 75 | 0 | 46 | 106 | 25 | 33 | 71 | 64 |
| Binary | 11001010 | 1111101 | 111101 | 0 | 100110 | 1000110 | 10101 | 11011 | 111001 | 110100 |
Color Harmonies of #CA7D3D
Complementary color
Monochromatic Colors of #CA7D3D
Black with #CA7D3D
Text Example
Text Example
White with #CA7D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D3D; }
p { color: rgb(202,125,61); }
H1.HeaderClassName
{
color: #CA7D3D;
}
.AnyTagClassName
{
color: #CA7D3D;
}
</style>
background-color css
<style>
a { background-color: #CA7D3D; }
a { background-color: rgb(202,125,61); }
div.DivClassName
{
background-color: #CA7D3D;
}
.BgClassName
{
background-color: #CA7D3D;
}
</style>
border-color css
<style>
span { border-color: #CA7D3D; }
span { border-color: rgb(202,125,61); }
td.TdClassName
{
border-color: #CA7D3D;
}
.TagClassName
{
border-color: #CA7D3D;
}
</style>