Shades of Zest #D16F3E
Tints of Zest #D16F3E
RGB
CMYK
RGB Variations
Color information
#D16F3E (or 0xD16F3E) is known color: Zest. HEX triplet: D1, 6F and 3E. RGB value is (209,111,62). Sum of RGB (Red+Green+Blue) = 209+111+62=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F3E is #2E90C1. Grayscale: #878787. Windows color (decimal): -3051714 or 4091857. OLE color: 4091857.
HSL color Cylindrical-coordinate representation of color #D16F3E: hue angle of 20º degrees, saturation: 0.62, 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 #D16F3E is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 62 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.18 |
| HSL | 20º | 0.62% | 0.53% | - |
| HSV(B) | 20º | 0.7% | 0.82% | - |
| XYZ | 32.85 | 25.27 | 7.7 | - |
| YUV | 134.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 62 | 0 | 0.47 | 0.70 | 0.18 | 20 | 0.62 | 0.53 |
| Hex | D1 | 6F | 3E | 0 | 2F | 46 | 12 | 14 | 3E | 35 |
| Octal | 321 | 157 | 76 | 0 | 57 | 106 | 22 | 24 | 76 | 65 |
| Binary | 11010001 | 1101111 | 111110 | 0 | 101111 | 1000110 | 10010 | 10100 | 111110 | 110101 |
Color Harmonies of #D16F3E
Complementary color
Monochromatic Colors of #D16F3E
Black with #D16F3E
Text Example
Text Example
White with #D16F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F3E; }
p { color: rgb(209,111,62); }
H1.HeaderClassName
{
color: #D16F3E;
}
.AnyTagClassName
{
color: #D16F3E;
}
</style>
background-color css
<style>
a { background-color: #D16F3E; }
a { background-color: rgb(209,111,62); }
div.DivClassName
{
background-color: #D16F3E;
}
.BgClassName
{
background-color: #D16F3E;
}
</style>
border-color css
<style>
span { border-color: #D16F3E; }
span { border-color: rgb(209,111,62); }
td.TdClassName
{
border-color: #D16F3E;
}
.TagClassName
{
border-color: #D16F3E;
}
</style>