Shades of Zest #CD703E
Tints of Zest #CD703E
RGB
CMYK
RGB Variations
Color information
#CD703E (or 0xCD703E) is known color: Zest. HEX triplet: CD, 70 and 3E. RGB value is (205,112,62). Sum of RGB (Red+Green+Blue) = 205+112+62=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD703E is #328FC1. Grayscale: #868686. Windows color (decimal): -3313602 or 4092109. OLE color: 4092109.
HSL color Cylindrical-coordinate representation of color #CD703E: hue angle of 20.98º 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 #CD703E is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 62 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.20 |
| HSL | 20.98º | 0.59% | 0.52% | - |
| HSV(B) | 20.98º | 0.7% | 0.8% | - |
| XYZ | 31.84 | 24.92 | 7.69 | - |
| YUV | 134.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 62 | 0 | 0.45 | 0.70 | 0.20 | 20.98 | 0.59 | 0.52 |
| Hex | CD | 70 | 3E | 0 | 2D | 46 | 14 | 15 | 3B | 34 |
| Octal | 315 | 160 | 76 | 0 | 55 | 106 | 24 | 25 | 73 | 64 |
| Binary | 11001101 | 1110000 | 111110 | 0 | 101101 | 1000110 | 10100 | 10101 | 111011 | 110100 |
Color Harmonies of #CD703E
Complementary color
Monochromatic Colors of #CD703E
Black with #CD703E
Text Example
Text Example
White with #CD703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD703E; }
p { color: rgb(205,112,62); }
H1.HeaderClassName
{
color: #CD703E;
}
.AnyTagClassName
{
color: #CD703E;
}
</style>
background-color css
<style>
a { background-color: #CD703E; }
a { background-color: rgb(205,112,62); }
div.DivClassName
{
background-color: #CD703E;
}
.BgClassName
{
background-color: #CD703E;
}
</style>
border-color css
<style>
span { border-color: #CD703E; }
span { border-color: rgb(205,112,62); }
td.TdClassName
{
border-color: #CD703E;
}
.TagClassName
{
border-color: #CD703E;
}
</style>