Shades of Zest #D0733C
Tints of Zest #D0733C
RGB
CMYK
RGB Variations
Color information
#D0733C (or 0xD0733C) is known color: Zest. HEX triplet: D0, 73 and 3C. RGB value is (208,115,60). Sum of RGB (Red+Green+Blue) = 208+115+60=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0733C is #2F8CC3. Grayscale: #888888. Windows color (decimal): -3116228 or 3961808. OLE color: 3961808.
HSL color Cylindrical-coordinate representation of color #D0733C: hue angle of 22.3º 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 #D0733C is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 60 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.18 |
| HSL | 22.3º | 0.61% | 0.53% | - |
| HSV(B) | 22.3º | 0.71% | 0.82% | - |
| XYZ | 32.96 | 26 | 7.56 | - |
| YUV | 136.54 | 84.81 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 60 | 0 | 0.45 | 0.71 | 0.18 | 22.3 | 0.61 | 0.53 |
| Hex | D0 | 73 | 3C | 0 | 2D | 47 | 12 | 16 | 3D | 35 |
| Octal | 320 | 163 | 74 | 0 | 55 | 107 | 22 | 26 | 75 | 65 |
| Binary | 11010000 | 1110011 | 111100 | 0 | 101101 | 1000111 | 10010 | 10110 | 111101 | 110101 |
Color Harmonies of #D0733C
Complementary color
Monochromatic Colors of #D0733C
Black with #D0733C
Text Example
Text Example
White with #D0733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0733C; }
p { color: rgb(208,115,60); }
H1.HeaderClassName
{
color: #D0733C;
}
.AnyTagClassName
{
color: #D0733C;
}
</style>
background-color css
<style>
a { background-color: #D0733C; }
a { background-color: rgb(208,115,60); }
div.DivClassName
{
background-color: #D0733C;
}
.BgClassName
{
background-color: #D0733C;
}
</style>
border-color css
<style>
span { border-color: #D0733C; }
span { border-color: rgb(208,115,60); }
td.TdClassName
{
border-color: #D0733C;
}
.TagClassName
{
border-color: #D0733C;
}
</style>