Shades of Zest #CD773D
Tints of Zest #CD773D
RGB
CMYK
RGB Variations
Color information
#CD773D (or 0xCD773D) is known color: Zest. HEX triplet: CD, 77 and 3D. RGB value is (205,119,61). Sum of RGB (Red+Green+Blue) = 205+119+61=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD773D is #3288C2. Grayscale: #8A8A8A. Windows color (decimal): -3311811 or 4028365. OLE color: 4028365.
HSL color Cylindrical-coordinate representation of color #CD773D: hue angle of 24.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD773D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 61 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.20 |
| HSL | 24.17º | 0.59% | 0.52% | - |
| HSV(B) | 24.17º | 0.7% | 0.8% | - |
| XYZ | 32.62 | 26.51 | 7.81 | - |
| YUV | 138.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 61 | 0 | 0.42 | 0.70 | 0.20 | 24.17 | 0.59 | 0.52 |
| Hex | CD | 77 | 3D | 0 | 2A | 46 | 14 | 18 | 3B | 34 |
| Octal | 315 | 167 | 75 | 0 | 52 | 106 | 24 | 30 | 73 | 64 |
| Binary | 11001101 | 1110111 | 111101 | 0 | 101010 | 1000110 | 10100 | 11000 | 111011 | 110100 |
Color Harmonies of #CD773D
Complementary color
Monochromatic Colors of #CD773D
Black with #CD773D
Text Example
Text Example
White with #CD773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD773D; }
p { color: rgb(205,119,61); }
H1.HeaderClassName
{
color: #CD773D;
}
.AnyTagClassName
{
color: #CD773D;
}
</style>
background-color css
<style>
a { background-color: #CD773D; }
a { background-color: rgb(205,119,61); }
div.DivClassName
{
background-color: #CD773D;
}
.BgClassName
{
background-color: #CD773D;
}
</style>
border-color css
<style>
span { border-color: #CD773D; }
span { border-color: rgb(205,119,61); }
td.TdClassName
{
border-color: #CD773D;
}
.TagClassName
{
border-color: #CD773D;
}
</style>