Shades of Zest #D06E3E
Tints of Zest #D06E3E
RGB
CMYK
RGB Variations
Color information
#D06E3E (or 0xD06E3E) is known color: Zest. HEX triplet: D0, 6E and 3E. RGB value is (208,110,62). Sum of RGB (Red+Green+Blue) = 208+110+62=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06E3E is #2F91C1. Grayscale: #868686. Windows color (decimal): -3117506 or 4091600. OLE color: 4091600.
HSL color Cylindrical-coordinate representation of color #D06E3E: hue angle of 19.73º 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 #D06E3E is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 62 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.18 |
| HSL | 19.73º | 0.61% | 0.53% | - |
| HSV(B) | 19.73º | 0.7% | 0.82% | - |
| XYZ | 32.46 | 24.91 | 7.65 | - |
| YUV | 133.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 62 | 0 | 0.47 | 0.70 | 0.18 | 19.73 | 0.61 | 0.53 |
| Hex | D0 | 6E | 3E | 0 | 2F | 46 | 12 | 14 | 3D | 35 |
| Octal | 320 | 156 | 76 | 0 | 57 | 106 | 22 | 24 | 75 | 65 |
| Binary | 11010000 | 1101110 | 111110 | 0 | 101111 | 1000110 | 10010 | 10100 | 111101 | 110101 |
Color Harmonies of #D06E3E
Complementary color
Monochromatic Colors of #D06E3E
Black with #D06E3E
Text Example
Text Example
White with #D06E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E3E; }
p { color: rgb(208,110,62); }
H1.HeaderClassName
{
color: #D06E3E;
}
.AnyTagClassName
{
color: #D06E3E;
}
</style>
background-color css
<style>
a { background-color: #D06E3E; }
a { background-color: rgb(208,110,62); }
div.DivClassName
{
background-color: #D06E3E;
}
.BgClassName
{
background-color: #D06E3E;
}
</style>
border-color css
<style>
span { border-color: #D06E3E; }
span { border-color: rgb(208,110,62); }
td.TdClassName
{
border-color: #D06E3E;
}
.TagClassName
{
border-color: #D06E3E;
}
</style>