Shades of Zest #CD763D
Tints of Zest #CD763D
RGB
CMYK
RGB Variations
Color information
#CD763D (or 0xCD763D) is known color: Zest. HEX triplet: CD, 76 and 3D. RGB value is (205,118,61). Sum of RGB (Red+Green+Blue) = 205+118+61=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD763D is #3289C2. Grayscale: #898989. Windows color (decimal): -3312067 or 4028109. OLE color: 4028109.
HSL color Cylindrical-coordinate representation of color #CD763D: hue angle of 23.75º 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 #CD763D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 61 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.20 |
| HSL | 23.75º | 0.59% | 0.52% | - |
| HSV(B) | 23.75º | 0.7% | 0.8% | - |
| XYZ | 32.5 | 26.27 | 7.77 | - |
| YUV | 137.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 61 | 0 | 0.42 | 0.70 | 0.20 | 23.75 | 0.59 | 0.52 |
| Hex | CD | 76 | 3D | 0 | 2A | 46 | 14 | 18 | 3B | 34 |
| Octal | 315 | 166 | 75 | 0 | 52 | 106 | 24 | 30 | 73 | 64 |
| Binary | 11001101 | 1110110 | 111101 | 0 | 101010 | 1000110 | 10100 | 11000 | 111011 | 110100 |
Color Harmonies of #CD763D
Complementary color
Monochromatic Colors of #CD763D
Black with #CD763D
Text Example
Text Example
White with #CD763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD763D; }
p { color: rgb(205,118,61); }
H1.HeaderClassName
{
color: #CD763D;
}
.AnyTagClassName
{
color: #CD763D;
}
</style>
background-color css
<style>
a { background-color: #CD763D; }
a { background-color: rgb(205,118,61); }
div.DivClassName
{
background-color: #CD763D;
}
.BgClassName
{
background-color: #CD763D;
}
</style>
border-color css
<style>
span { border-color: #CD763D; }
span { border-color: rgb(205,118,61); }
td.TdClassName
{
border-color: #CD763D;
}
.TagClassName
{
border-color: #CD763D;
}
</style>