Shades of Zest #D0733B
Tints of Zest #D0733B
RGB
CMYK
RGB Variations
Color information
#D0733B (or 0xD0733B) is known color: Zest. HEX triplet: D0, 73 and 3B. RGB value is (208,115,59). Sum of RGB (Red+Green+Blue) = 208+115+59=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0733B is #2F8CC4. Grayscale: #888888. Windows color (decimal): -3116229 or 3896272. OLE color: 3896272.
HSL color Cylindrical-coordinate representation of color #D0733B: hue angle of 22.55º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0733B is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 59 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.18 |
| HSL | 22.55º | 0.61% | 0.52% | - |
| HSV(B) | 22.55º | 0.72% | 0.82% | - |
| XYZ | 32.93 | 25.99 | 7.42 | - |
| YUV | 136.42 | 84.31 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 59 | 0 | 0.45 | 0.72 | 0.18 | 22.55 | 0.61 | 0.52 |
| Hex | D0 | 73 | 3B | 0 | 2D | 48 | 12 | 17 | 3D | 34 |
| Octal | 320 | 163 | 73 | 0 | 55 | 110 | 22 | 27 | 75 | 64 |
| Binary | 11010000 | 1110011 | 111011 | 0 | 101101 | 1001000 | 10010 | 10111 | 111101 | 110100 |
Color Harmonies of #D0733B
Complementary color
Monochromatic Colors of #D0733B
Black with #D0733B
Text Example
Text Example
White with #D0733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0733B; }
p { color: rgb(208,115,59); }
H1.HeaderClassName
{
color: #D0733B;
}
.AnyTagClassName
{
color: #D0733B;
}
</style>
background-color css
<style>
a { background-color: #D0733B; }
a { background-color: rgb(208,115,59); }
div.DivClassName
{
background-color: #D0733B;
}
.BgClassName
{
background-color: #D0733B;
}
</style>
border-color css
<style>
span { border-color: #D0733B; }
span { border-color: rgb(208,115,59); }
td.TdClassName
{
border-color: #D0733B;
}
.TagClassName
{
border-color: #D0733B;
}
</style>