Shades of Zest #D1703F
Tints of Zest #D1703F
RGB
CMYK
RGB Variations
Color information
#D1703F (or 0xD1703F) is known color: Zest. HEX triplet: D1, 70 and 3F. RGB value is (209,112,63). Sum of RGB (Red+Green+Blue) = 209+112+63=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1703F is #2E8FC0. Grayscale: #878787. Windows color (decimal): -3051457 or 4157649. OLE color: 4157649.
HSL color Cylindrical-coordinate representation of color #D1703F: hue angle of 20.14º 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 #D1703F is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 63 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.18 |
| HSL | 20.14º | 0.61% | 0.53% | - |
| HSV(B) | 20.14º | 0.7% | 0.82% | - |
| XYZ | 32.99 | 25.5 | 7.89 | - |
| YUV | 135.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 63 | 0 | 0.46 | 0.70 | 0.18 | 20.14 | 0.61 | 0.53 |
| Hex | D1 | 70 | 3F | 0 | 2E | 46 | 12 | 14 | 3D | 35 |
| Octal | 321 | 160 | 77 | 0 | 56 | 106 | 22 | 24 | 75 | 65 |
| Binary | 11010001 | 1110000 | 111111 | 0 | 101110 | 1000110 | 10010 | 10100 | 111101 | 110101 |
Color Harmonies of #D1703F
Complementary color
Monochromatic Colors of #D1703F
Black with #D1703F
Text Example
Text Example
White with #D1703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1703F; }
p { color: rgb(209,112,63); }
H1.HeaderClassName
{
color: #D1703F;
}
.AnyTagClassName
{
color: #D1703F;
}
</style>
background-color css
<style>
a { background-color: #D1703F; }
a { background-color: rgb(209,112,63); }
div.DivClassName
{
background-color: #D1703F;
}
.BgClassName
{
background-color: #D1703F;
}
</style>
border-color css
<style>
span { border-color: #D1703F; }
span { border-color: rgb(209,112,63); }
td.TdClassName
{
border-color: #D1703F;
}
.TagClassName
{
border-color: #D1703F;
}
</style>