Shades of Zest #CD703B
Tints of Zest #CD703B
RGB
CMYK
RGB Variations
Color information
#CD703B (or 0xCD703B) is known color: Zest. HEX triplet: CD, 70 and 3B. RGB value is (205,112,59). Sum of RGB (Red+Green+Blue) = 205+112+59=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD703B is #328FC4. Grayscale: #868686. Windows color (decimal): -3313605 or 3895501. OLE color: 3895501.
HSL color Cylindrical-coordinate representation of color #CD703B: hue angle of 21.78º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD703B is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 59 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.20 |
| HSL | 21.78º | 0.59% | 0.52% | - |
| HSV(B) | 21.78º | 0.71% | 0.8% | - |
| XYZ | 31.76 | 24.88 | 7.27 | - |
| YUV | 133.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 59 | 0 | 0.45 | 0.71 | 0.20 | 21.78 | 0.59 | 0.52 |
| Hex | CD | 70 | 3B | 0 | 2D | 47 | 14 | 16 | 3B | 34 |
| Octal | 315 | 160 | 73 | 0 | 55 | 107 | 24 | 26 | 73 | 64 |
| Binary | 11001101 | 1110000 | 111011 | 0 | 101101 | 1000111 | 10100 | 10110 | 111011 | 110100 |
Color Harmonies of #CD703B
Complementary color
Monochromatic Colors of #CD703B
Black with #CD703B
Text Example
Text Example
White with #CD703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD703B; }
p { color: rgb(205,112,59); }
H1.HeaderClassName
{
color: #CD703B;
}
.AnyTagClassName
{
color: #CD703B;
}
</style>
background-color css
<style>
a { background-color: #CD703B; }
a { background-color: rgb(205,112,59); }
div.DivClassName
{
background-color: #CD703B;
}
.BgClassName
{
background-color: #CD703B;
}
</style>
border-color css
<style>
span { border-color: #CD703B; }
span { border-color: rgb(205,112,59); }
td.TdClassName
{
border-color: #CD703B;
}
.TagClassName
{
border-color: #CD703B;
}
</style>