Shades of Zest #D0703F
Tints of Zest #D0703F
RGB
CMYK
RGB Variations
Color information
#D0703F (or 0xD0703F) is known color: Zest. HEX triplet: D0, 70 and 3F. RGB value is (208,112,63). Sum of RGB (Red+Green+Blue) = 208+112+63=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0703F is #2F8FC0. Grayscale: #878787. Windows color (decimal): -3116993 or 4157648. OLE color: 4157648.
HSL color Cylindrical-coordinate representation of color #D0703F: hue angle of 20.28º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0703F is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 63 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.18 |
| HSL | 20.28º | 0.61% | 0.53% | - |
| HSV(B) | 20.28º | 0.7% | 0.82% | - |
| XYZ | 32.7 | 25.36 | 7.87 | - |
| YUV | 135.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 63 | 0 | 0.46 | 0.70 | 0.18 | 20.28 | 0.61 | 0.53 |
| Hex | D0 | 70 | 3F | 0 | 2E | 46 | 12 | 14 | 3D | 35 |
| Octal | 320 | 160 | 77 | 0 | 56 | 106 | 22 | 24 | 75 | 65 |
| Binary | 11010000 | 1110000 | 111111 | 0 | 101110 | 1000110 | 10010 | 10100 | 111101 | 110101 |
Color Harmonies of #D0703F
Complementary color
Monochromatic Colors of #D0703F
Black with #D0703F
Text Example
Text Example
White with #D0703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0703F; }
p { color: rgb(208,112,63); }
H1.HeaderClassName
{
color: #D0703F;
}
.AnyTagClassName
{
color: #D0703F;
}
</style>
background-color css
<style>
a { background-color: #D0703F; }
a { background-color: rgb(208,112,63); }
div.DivClassName
{
background-color: #D0703F;
}
.BgClassName
{
background-color: #D0703F;
}
</style>
border-color css
<style>
span { border-color: #D0703F; }
span { border-color: rgb(208,112,63); }
td.TdClassName
{
border-color: #D0703F;
}
.TagClassName
{
border-color: #D0703F;
}
</style>