Shades of Zest #CD773A
Tints of Zest #CD773A
RGB
CMYK
RGB Variations
Color information
#CD773A (or 0xCD773A) is known color: Zest. HEX triplet: CD, 77 and 3A. RGB value is (205,119,58). Sum of RGB (Red+Green+Blue) = 205+119+58=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD773A is #3288C5. Grayscale: #8A8A8A. Windows color (decimal): -3311814 or 3831757. OLE color: 3831757.
HSL color Cylindrical-coordinate representation of color #CD773A: hue angle of 24.9º 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 #CD773A is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 58 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.20 |
| HSL | 24.9º | 0.6% | 0.52% | - |
| HSV(B) | 24.9º | 0.72% | 0.8% | - |
| XYZ | 32.54 | 26.48 | 7.4 | - |
| YUV | 137.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 58 | 0 | 0.42 | 0.72 | 0.20 | 24.9 | 0.6 | 0.52 |
| Hex | CD | 77 | 3A | 0 | 2A | 48 | 14 | 19 | 3C | 34 |
| Octal | 315 | 167 | 72 | 0 | 52 | 110 | 24 | 31 | 74 | 64 |
| Binary | 11001101 | 1110111 | 111010 | 0 | 101010 | 1001000 | 10100 | 11001 | 111100 | 110100 |
Color Harmonies of #CD773A
Complementary color
Monochromatic Colors of #CD773A
Black with #CD773A
Text Example
Text Example
White with #CD773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD773A; }
p { color: rgb(205,119,58); }
H1.HeaderClassName
{
color: #CD773A;
}
.AnyTagClassName
{
color: #CD773A;
}
</style>
background-color css
<style>
a { background-color: #CD773A; }
a { background-color: rgb(205,119,58); }
div.DivClassName
{
background-color: #CD773A;
}
.BgClassName
{
background-color: #CD773A;
}
</style>
border-color css
<style>
span { border-color: #CD773A; }
span { border-color: rgb(205,119,58); }
td.TdClassName
{
border-color: #CD773A;
}
.TagClassName
{
border-color: #CD773A;
}
</style>