Shades of Zest #D0743D
Tints of Zest #D0743D
RGB
CMYK
RGB Variations
Color information
#D0743D (or 0xD0743D) is known color: Zest. HEX triplet: D0, 74 and 3D. RGB value is (208,116,61). Sum of RGB (Red+Green+Blue) = 208+116+61=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0743D is #2F8BC2. Grayscale: #898989. Windows color (decimal): -3115971 or 4027600. OLE color: 4027600.
HSL color Cylindrical-coordinate representation of color #D0743D: hue angle of 22.45º 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 #D0743D is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 61 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.18 |
| HSL | 22.45º | 0.61% | 0.53% | - |
| HSV(B) | 22.45º | 0.71% | 0.82% | - |
| XYZ | 33.1 | 26.24 | 7.73 | - |
| YUV | 137.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 61 | 0 | 0.44 | 0.71 | 0.18 | 22.45 | 0.61 | 0.53 |
| Hex | D0 | 74 | 3D | 0 | 2C | 47 | 12 | 16 | 3D | 35 |
| Octal | 320 | 164 | 75 | 0 | 54 | 107 | 22 | 26 | 75 | 65 |
| Binary | 11010000 | 1110100 | 111101 | 0 | 101100 | 1000111 | 10010 | 10110 | 111101 | 110101 |
Color Harmonies of #D0743D
Complementary color
Monochromatic Colors of #D0743D
Black with #D0743D
Text Example
Text Example
White with #D0743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0743D; }
p { color: rgb(208,116,61); }
H1.HeaderClassName
{
color: #D0743D;
}
.AnyTagClassName
{
color: #D0743D;
}
</style>
background-color css
<style>
a { background-color: #D0743D; }
a { background-color: rgb(208,116,61); }
div.DivClassName
{
background-color: #D0743D;
}
.BgClassName
{
background-color: #D0743D;
}
</style>
border-color css
<style>
span { border-color: #D0743D; }
span { border-color: rgb(208,116,61); }
td.TdClassName
{
border-color: #D0743D;
}
.TagClassName
{
border-color: #D0743D;
}
</style>