Shades of Zest #D0743C
Tints of Zest #D0743C
RGB
CMYK
RGB Variations
Color information
#D0743C (or 0xD0743C) is known color: Zest. HEX triplet: D0, 74 and 3C. RGB value is (208,116,60). Sum of RGB (Red+Green+Blue) = 208+116+60=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0743C is #2F8BC3. Grayscale: #898989. Windows color (decimal): -3115972 or 3962064. OLE color: 3962064.
HSL color Cylindrical-coordinate representation of color #D0743C: hue angle of 22.7º 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 #D0743C is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 60 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.18 |
| HSL | 22.7º | 0.61% | 0.53% | - |
| HSV(B) | 22.7º | 0.71% | 0.82% | - |
| XYZ | 33.07 | 26.23 | 7.59 | - |
| YUV | 137.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 60 | 0 | 0.44 | 0.71 | 0.18 | 22.7 | 0.61 | 0.53 |
| Hex | D0 | 74 | 3C | 0 | 2C | 47 | 12 | 17 | 3D | 35 |
| Octal | 320 | 164 | 74 | 0 | 54 | 107 | 22 | 27 | 75 | 65 |
| Binary | 11010000 | 1110100 | 111100 | 0 | 101100 | 1000111 | 10010 | 10111 | 111101 | 110101 |
Color Harmonies of #D0743C
Complementary color
Monochromatic Colors of #D0743C
Black with #D0743C
Text Example
Text Example
White with #D0743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0743C; }
p { color: rgb(208,116,60); }
H1.HeaderClassName
{
color: #D0743C;
}
.AnyTagClassName
{
color: #D0743C;
}
</style>
background-color css
<style>
a { background-color: #D0743C; }
a { background-color: rgb(208,116,60); }
div.DivClassName
{
background-color: #D0743C;
}
.BgClassName
{
background-color: #D0743C;
}
</style>
border-color css
<style>
span { border-color: #D0743C; }
span { border-color: rgb(208,116,60); }
td.TdClassName
{
border-color: #D0743C;
}
.TagClassName
{
border-color: #D0743C;
}
</style>