Shades of Zest #D16F3D
Tints of Zest #D16F3D
RGB
CMYK
RGB Variations
Color information
#D16F3D (or 0xD16F3D) is known color: Zest. HEX triplet: D1, 6F and 3D. RGB value is (209,111,61). Sum of RGB (Red+Green+Blue) = 209+111+61=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F3D is #2E90C2. Grayscale: #868686. Windows color (decimal): -3051715 or 4026321. OLE color: 4026321.
HSL color Cylindrical-coordinate representation of color #D16F3D: hue angle of 20.27º 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 #D16F3D is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 61 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.18 |
| HSL | 20.27º | 0.62% | 0.53% | - |
| HSV(B) | 20.27º | 0.71% | 0.82% | - |
| XYZ | 32.82 | 25.26 | 7.56 | - |
| YUV | 134.6 | 86.47 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 61 | 0 | 0.47 | 0.71 | 0.18 | 20.27 | 0.62 | 0.53 |
| Hex | D1 | 6F | 3D | 0 | 2F | 47 | 12 | 14 | 3E | 35 |
| Octal | 321 | 157 | 75 | 0 | 57 | 107 | 22 | 24 | 76 | 65 |
| Binary | 11010001 | 1101111 | 111101 | 0 | 101111 | 1000111 | 10010 | 10100 | 111110 | 110101 |
Color Harmonies of #D16F3D
Complementary color
Monochromatic Colors of #D16F3D
Black with #D16F3D
Text Example
Text Example
White with #D16F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F3D; }
p { color: rgb(209,111,61); }
H1.HeaderClassName
{
color: #D16F3D;
}
.AnyTagClassName
{
color: #D16F3D;
}
</style>
background-color css
<style>
a { background-color: #D16F3D; }
a { background-color: rgb(209,111,61); }
div.DivClassName
{
background-color: #D16F3D;
}
.BgClassName
{
background-color: #D16F3D;
}
</style>
border-color css
<style>
span { border-color: #D16F3D; }
span { border-color: rgb(209,111,61); }
td.TdClassName
{
border-color: #D16F3D;
}
.TagClassName
{
border-color: #D16F3D;
}
</style>