Shades of Zest #D06F3D
Tints of Zest #D06F3D
RGB
CMYK
RGB Variations
Color information
#D06F3D (or 0xD06F3D) is known color: Zest. HEX triplet: D0, 6F and 3D. RGB value is (208,111,61). Sum of RGB (Red+Green+Blue) = 208+111+61=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F3D is #2F90C2. Grayscale: #868686. Windows color (decimal): -3117251 or 4026320. OLE color: 4026320.
HSL color Cylindrical-coordinate representation of color #D06F3D: hue angle of 20.41º 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 #D06F3D is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 61 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.18 |
| HSL | 20.41º | 0.61% | 0.53% | - |
| HSV(B) | 20.41º | 0.71% | 0.82% | - |
| XYZ | 32.54 | 25.12 | 7.55 | - |
| YUV | 134.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 61 | 0 | 0.47 | 0.71 | 0.18 | 20.41 | 0.61 | 0.53 |
| Hex | D0 | 6F | 3D | 0 | 2F | 47 | 12 | 14 | 3D | 35 |
| Octal | 320 | 157 | 75 | 0 | 57 | 107 | 22 | 24 | 75 | 65 |
| Binary | 11010000 | 1101111 | 111101 | 0 | 101111 | 1000111 | 10010 | 10100 | 111101 | 110101 |
Color Harmonies of #D06F3D
Complementary color
Monochromatic Colors of #D06F3D
Black with #D06F3D
Text Example
Text Example
White with #D06F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F3D; }
p { color: rgb(208,111,61); }
H1.HeaderClassName
{
color: #D06F3D;
}
.AnyTagClassName
{
color: #D06F3D;
}
</style>
background-color css
<style>
a { background-color: #D06F3D; }
a { background-color: rgb(208,111,61); }
div.DivClassName
{
background-color: #D06F3D;
}
.BgClassName
{
background-color: #D06F3D;
}
</style>
border-color css
<style>
span { border-color: #D06F3D; }
span { border-color: rgb(208,111,61); }
td.TdClassName
{
border-color: #D06F3D;
}
.TagClassName
{
border-color: #D06F3D;
}
</style>