Shades of Zest #D06D3E
Tints of Zest #D06D3E
RGB
CMYK
RGB Variations
Color information
#D06D3E (or 0xD06D3E) is known color: Zest. HEX triplet: D0, 6D and 3E. RGB value is (208,109,62). Sum of RGB (Red+Green+Blue) = 208+109+62=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D3E is #2F92C1. Grayscale: #858585. Windows color (decimal): -3117762 or 4091344. OLE color: 4091344.
HSL color Cylindrical-coordinate representation of color #D06D3E: hue angle of 19.32º 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 #D06D3E is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 62 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.18 |
| HSL | 19.32º | 0.61% | 0.53% | - |
| HSV(B) | 19.32º | 0.7% | 0.82% | - |
| XYZ | 32.35 | 24.69 | 7.62 | - |
| YUV | 133.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 62 | 0 | 0.48 | 0.70 | 0.18 | 19.32 | 0.61 | 0.53 |
| Hex | D0 | 6D | 3E | 0 | 30 | 46 | 12 | 13 | 3D | 35 |
| Octal | 320 | 155 | 76 | 0 | 60 | 106 | 22 | 23 | 75 | 65 |
| Binary | 11010000 | 1101101 | 111110 | 0 | 110000 | 1000110 | 10010 | 10011 | 111101 | 110101 |
Color Harmonies of #D06D3E
Complementary color
Monochromatic Colors of #D06D3E
Black with #D06D3E
Text Example
Text Example
White with #D06D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D3E; }
p { color: rgb(208,109,62); }
H1.HeaderClassName
{
color: #D06D3E;
}
.AnyTagClassName
{
color: #D06D3E;
}
</style>
background-color css
<style>
a { background-color: #D06D3E; }
a { background-color: rgb(208,109,62); }
div.DivClassName
{
background-color: #D06D3E;
}
.BgClassName
{
background-color: #D06D3E;
}
</style>
border-color css
<style>
span { border-color: #D06D3E; }
span { border-color: rgb(208,109,62); }
td.TdClassName
{
border-color: #D06D3E;
}
.TagClassName
{
border-color: #D06D3E;
}
</style>