Shades of Zest #D0723B
Tints of Zest #D0723B
RGB
CMYK
RGB Variations
Color information
#D0723B (or 0xD0723B) is known color: Zest. HEX triplet: D0, 72 and 3B. RGB value is (208,114,59). Sum of RGB (Red+Green+Blue) = 208+114+59=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0723B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0723B is #2F8DC4. Grayscale: #888888. Windows color (decimal): -3116485 or 3896016. OLE color: 3896016.
HSL color Cylindrical-coordinate representation of color #D0723B: hue angle of 22.15º 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 #D0723B is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 59 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.18 |
| HSL | 22.15º | 0.61% | 0.52% | - |
| HSV(B) | 22.15º | 0.72% | 0.82% | - |
| XYZ | 32.82 | 25.76 | 7.38 | - |
| YUV | 135.84 | 84.64 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 59 | 0 | 0.45 | 0.72 | 0.18 | 22.15 | 0.61 | 0.52 |
| Hex | D0 | 72 | 3B | 0 | 2D | 48 | 12 | 16 | 3D | 34 |
| Octal | 320 | 162 | 73 | 0 | 55 | 110 | 22 | 26 | 75 | 64 |
| Binary | 11010000 | 1110010 | 111011 | 0 | 101101 | 1001000 | 10010 | 10110 | 111101 | 110100 |
Color Harmonies of #D0723B
Complementary color
Monochromatic Colors of #D0723B
Black with #D0723B
Text Example
Text Example
White with #D0723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0723B; }
p { color: rgb(208,114,59); }
H1.HeaderClassName
{
color: #D0723B;
}
.AnyTagClassName
{
color: #D0723B;
}
</style>
background-color css
<style>
a { background-color: #D0723B; }
a { background-color: rgb(208,114,59); }
div.DivClassName
{
background-color: #D0723B;
}
.BgClassName
{
background-color: #D0723B;
}
</style>
border-color css
<style>
span { border-color: #D0723B; }
span { border-color: rgb(208,114,59); }
td.TdClassName
{
border-color: #D0723B;
}
.TagClassName
{
border-color: #D0723B;
}
</style>