Shades of Zest #D0743E
Tints of Zest #D0743E
RGB
CMYK
RGB Variations
Color information
#D0743E (or 0xD0743E) is known color: Zest. HEX triplet: D0, 74 and 3E. RGB value is (208,116,62). Sum of RGB (Red+Green+Blue) = 208+116+62=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0743E is #2F8BC1. Grayscale: #898989. Windows color (decimal): -3115970 or 4093136. OLE color: 4093136.
HSL color Cylindrical-coordinate representation of color #D0743E: hue angle of 22.19º 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 #D0743E is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 62 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.18 |
| HSL | 22.19º | 0.61% | 0.53% | - |
| HSV(B) | 22.19º | 0.7% | 0.82% | - |
| XYZ | 33.13 | 26.25 | 7.88 | - |
| YUV | 137.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 62 | 0 | 0.44 | 0.70 | 0.18 | 22.19 | 0.61 | 0.53 |
| Hex | D0 | 74 | 3E | 0 | 2C | 46 | 12 | 16 | 3D | 35 |
| Octal | 320 | 164 | 76 | 0 | 54 | 106 | 22 | 26 | 75 | 65 |
| Binary | 11010000 | 1110100 | 111110 | 0 | 101100 | 1000110 | 10010 | 10110 | 111101 | 110101 |
Color Harmonies of #D0743E
Complementary color
Monochromatic Colors of #D0743E
Black with #D0743E
Text Example
Text Example
White with #D0743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0743E; }
p { color: rgb(208,116,62); }
H1.HeaderClassName
{
color: #D0743E;
}
.AnyTagClassName
{
color: #D0743E;
}
</style>
background-color css
<style>
a { background-color: #D0743E; }
a { background-color: rgb(208,116,62); }
div.DivClassName
{
background-color: #D0743E;
}
.BgClassName
{
background-color: #D0743E;
}
</style>
border-color css
<style>
span { border-color: #D0743E; }
span { border-color: rgb(208,116,62); }
td.TdClassName
{
border-color: #D0743E;
}
.TagClassName
{
border-color: #D0743E;
}
</style>