Shades of Zest #D0713C
Tints of Zest #D0713C
RGB
CMYK
RGB Variations
Color information
#D0713C (or 0xD0713C) is known color: Zest. HEX triplet: D0, 71 and 3C. RGB value is (208,113,60). Sum of RGB (Red+Green+Blue) = 208+113+60=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0713C is #2F8EC3. Grayscale: #878787. Windows color (decimal): -3116740 or 3961296. OLE color: 3961296.
HSL color Cylindrical-coordinate representation of color #D0713C: hue angle of 21.49º degrees, saturation: 0.61, 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 #D0713C is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 60 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.18 |
| HSL | 21.49º | 0.61% | 0.53% | - |
| HSV(B) | 21.49º | 0.71% | 0.82% | - |
| XYZ | 32.73 | 25.55 | 7.48 | - |
| YUV | 135.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 60 | 0 | 0.46 | 0.71 | 0.18 | 21.49 | 0.61 | 0.53 |
| Hex | D0 | 71 | 3C | 0 | 2E | 47 | 12 | 15 | 3D | 35 |
| Octal | 320 | 161 | 74 | 0 | 56 | 107 | 22 | 25 | 75 | 65 |
| Binary | 11010000 | 1110001 | 111100 | 0 | 101110 | 1000111 | 10010 | 10101 | 111101 | 110101 |
Color Harmonies of #D0713C
Complementary color
Monochromatic Colors of #D0713C
Black with #D0713C
Text Example
Text Example
White with #D0713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0713C; }
p { color: rgb(208,113,60); }
H1.HeaderClassName
{
color: #D0713C;
}
.AnyTagClassName
{
color: #D0713C;
}
</style>
background-color css
<style>
a { background-color: #D0713C; }
a { background-color: rgb(208,113,60); }
div.DivClassName
{
background-color: #D0713C;
}
.BgClassName
{
background-color: #D0713C;
}
</style>
border-color css
<style>
span { border-color: #D0713C; }
span { border-color: rgb(208,113,60); }
td.TdClassName
{
border-color: #D0713C;
}
.TagClassName
{
border-color: #D0713C;
}
</style>