Shades of Zest #CD703D
Tints of Zest #CD703D
RGB
CMYK
RGB Variations
Color information
#CD703D (or 0xCD703D) is known color: Zest. HEX triplet: CD, 70 and 3D. RGB value is (205,112,61). Sum of RGB (Red+Green+Blue) = 205+112+61=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD703D is #328FC2. Grayscale: #868686. Windows color (decimal): -3313603 or 4026573. OLE color: 4026573.
HSL color Cylindrical-coordinate representation of color #CD703D: hue angle of 21.25º 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 #CD703D is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 61 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.20 |
| HSL | 21.25º | 0.59% | 0.52% | - |
| HSV(B) | 21.25º | 0.7% | 0.8% | - |
| XYZ | 31.81 | 24.9 | 7.55 | - |
| YUV | 133.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 61 | 0 | 0.45 | 0.70 | 0.20 | 21.25 | 0.59 | 0.52 |
| Hex | CD | 70 | 3D | 0 | 2D | 46 | 14 | 15 | 3B | 34 |
| Octal | 315 | 160 | 75 | 0 | 55 | 106 | 24 | 25 | 73 | 64 |
| Binary | 11001101 | 1110000 | 111101 | 0 | 101101 | 1000110 | 10100 | 10101 | 111011 | 110100 |
Color Harmonies of #CD703D
Complementary color
Monochromatic Colors of #CD703D
Black with #CD703D
Text Example
Text Example
White with #CD703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD703D; }
p { color: rgb(205,112,61); }
H1.HeaderClassName
{
color: #CD703D;
}
.AnyTagClassName
{
color: #CD703D;
}
</style>
background-color css
<style>
a { background-color: #CD703D; }
a { background-color: rgb(205,112,61); }
div.DivClassName
{
background-color: #CD703D;
}
.BgClassName
{
background-color: #CD703D;
}
</style>
border-color css
<style>
span { border-color: #CD703D; }
span { border-color: rgb(205,112,61); }
td.TdClassName
{
border-color: #CD703D;
}
.TagClassName
{
border-color: #CD703D;
}
</style>