Shades of Zest #D0703B
Tints of Zest #D0703B
RGB
CMYK
RGB Variations
Color information
#D0703B (or 0xD0703B) is known color: Zest. HEX triplet: D0, 70 and 3B. RGB value is (208,112,59). Sum of RGB (Red+Green+Blue) = 208+112+59=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0703B is #2F8FC4. Grayscale: #868686. Windows color (decimal): -3116997 or 3895504. OLE color: 3895504.
HSL color Cylindrical-coordinate representation of color #D0703B: hue angle of 21.34º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0703B is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 59 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.18 |
| HSL | 21.34º | 0.61% | 0.52% | - |
| HSV(B) | 21.34º | 0.72% | 0.82% | - |
| XYZ | 32.6 | 25.31 | 7.31 | - |
| YUV | 134.66 | 85.3 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 59 | 0 | 0.46 | 0.72 | 0.18 | 21.34 | 0.61 | 0.52 |
| Hex | D0 | 70 | 3B | 0 | 2E | 48 | 12 | 15 | 3D | 34 |
| Octal | 320 | 160 | 73 | 0 | 56 | 110 | 22 | 25 | 75 | 64 |
| Binary | 11010000 | 1110000 | 111011 | 0 | 101110 | 1001000 | 10010 | 10101 | 111101 | 110100 |
Color Harmonies of #D0703B
Complementary color
Monochromatic Colors of #D0703B
Black with #D0703B
Text Example
Text Example
White with #D0703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0703B; }
p { color: rgb(208,112,59); }
H1.HeaderClassName
{
color: #D0703B;
}
.AnyTagClassName
{
color: #D0703B;
}
</style>
background-color css
<style>
a { background-color: #D0703B; }
a { background-color: rgb(208,112,59); }
div.DivClassName
{
background-color: #D0703B;
}
.BgClassName
{
background-color: #D0703B;
}
</style>
border-color css
<style>
span { border-color: #D0703B; }
span { border-color: rgb(208,112,59); }
td.TdClassName
{
border-color: #D0703B;
}
.TagClassName
{
border-color: #D0703B;
}
</style>