Shades of Zest #D1703D
Tints of Zest #D1703D
RGB
CMYK
RGB Variations
Color information
#D1703D (or 0xD1703D) is known color: Zest. HEX triplet: D1, 70 and 3D. RGB value is (209,112,61). Sum of RGB (Red+Green+Blue) = 209+112+61=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1703D is #2E8FC2. Grayscale: #878787. Windows color (decimal): -3051459 or 4026577. OLE color: 4026577.
HSL color Cylindrical-coordinate representation of color #D1703D: hue angle of 20.68º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1703D is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 61 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.18 |
| HSL | 20.68º | 0.62% | 0.53% | - |
| HSV(B) | 20.68º | 0.71% | 0.82% | - |
| XYZ | 32.93 | 25.48 | 7.6 | - |
| YUV | 135.19 | 86.14 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 61 | 0 | 0.46 | 0.71 | 0.18 | 20.68 | 0.62 | 0.53 |
| Hex | D1 | 70 | 3D | 0 | 2E | 47 | 12 | 15 | 3E | 35 |
| Octal | 321 | 160 | 75 | 0 | 56 | 107 | 22 | 25 | 76 | 65 |
| Binary | 11010001 | 1110000 | 111101 | 0 | 101110 | 1000111 | 10010 | 10101 | 111110 | 110101 |
Color Harmonies of #D1703D
Complementary color
Monochromatic Colors of #D1703D
Black with #D1703D
Text Example
Text Example
White with #D1703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1703D; }
p { color: rgb(209,112,61); }
H1.HeaderClassName
{
color: #D1703D;
}
.AnyTagClassName
{
color: #D1703D;
}
</style>
background-color css
<style>
a { background-color: #D1703D; }
a { background-color: rgb(209,112,61); }
div.DivClassName
{
background-color: #D1703D;
}
.BgClassName
{
background-color: #D1703D;
}
</style>
border-color css
<style>
span { border-color: #D1703D; }
span { border-color: rgb(209,112,61); }
td.TdClassName
{
border-color: #D1703D;
}
.TagClassName
{
border-color: #D1703D;
}
</style>