Shades of Zest #D07240
Tints of Zest #D07240
RGB
CMYK
RGB Variations
Color information
#D07240 (or 0xD07240) is known color: Zest. HEX triplet: D0, 72 and 40. RGB value is (208,114,64). Sum of RGB (Red+Green+Blue) = 208+114+64=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D07240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07240 is #2F8DBF. Grayscale: #888888. Windows color (decimal): -3116480 or 4223696. OLE color: 4223696.
HSL color Cylindrical-coordinate representation of color #D07240: hue angle of 20.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D07240 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 64 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.18 |
| HSL | 20.83º | 0.61% | 0.53% | - |
| HSV(B) | 20.83º | 0.69% | 0.82% | - |
| XYZ | 32.96 | 25.81 | 8.1 | - |
| YUV | 136.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 64 | 0 | 0.45 | 0.69 | 0.18 | 20.83 | 0.61 | 0.53 |
| Hex | D0 | 72 | 40 | 0 | 2D | 45 | 12 | 15 | 3D | 35 |
| Octal | 320 | 162 | 100 | 0 | 55 | 105 | 22 | 25 | 75 | 65 |
| Binary | 11010000 | 1110010 | 1000000 | 0 | 101101 | 1000101 | 10010 | 10101 | 111101 | 110101 |
Color Harmonies of #D07240
Complementary color
Monochromatic Colors of #D07240
Black with #D07240
Text Example
Text Example
White with #D07240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07240; }
p { color: rgb(208,114,64); }
H1.HeaderClassName
{
color: #D07240;
}
.AnyTagClassName
{
color: #D07240;
}
</style>
background-color css
<style>
a { background-color: #D07240; }
a { background-color: rgb(208,114,64); }
div.DivClassName
{
background-color: #D07240;
}
.BgClassName
{
background-color: #D07240;
}
</style>
border-color css
<style>
span { border-color: #D07240; }
span { border-color: rgb(208,114,64); }
td.TdClassName
{
border-color: #D07240;
}
.TagClassName
{
border-color: #D07240;
}
</style>