Shades of Zest #D2723D
Tints of Zest #D2723D
RGB
CMYK
RGB Variations
Color information
#D2723D (or 0xD2723D) is known color: Zest. HEX triplet: D2, 72 and 3D. RGB value is (210,114,61). Sum of RGB (Red+Green+Blue) = 210+114+61=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2723D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2723D is #2D8DC2. Grayscale: #888888. Windows color (decimal): -2985411 or 4027090. OLE color: 4027090.
HSL color Cylindrical-coordinate representation of color #D2723D: hue angle of 21.34º degrees, saturation: 0.62, 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 #D2723D is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 61 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.18 |
| HSL | 21.34º | 0.62% | 0.53% | - |
| HSV(B) | 21.34º | 0.71% | 0.82% | - |
| XYZ | 33.44 | 26.07 | 7.69 | - |
| YUV | 136.66 | 85.3 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 61 | 0 | 0.46 | 0.71 | 0.18 | 21.34 | 0.62 | 0.53 |
| Hex | D2 | 72 | 3D | 0 | 2E | 47 | 12 | 15 | 3E | 35 |
| Octal | 322 | 162 | 75 | 0 | 56 | 107 | 22 | 25 | 76 | 65 |
| Binary | 11010010 | 1110010 | 111101 | 0 | 101110 | 1000111 | 10010 | 10101 | 111110 | 110101 |
Color Harmonies of #D2723D
Complementary color
Monochromatic Colors of #D2723D
Black with #D2723D
Text Example
Text Example
White with #D2723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2723D; }
p { color: rgb(210,114,61); }
H1.HeaderClassName
{
color: #D2723D;
}
.AnyTagClassName
{
color: #D2723D;
}
</style>
background-color css
<style>
a { background-color: #D2723D; }
a { background-color: rgb(210,114,61); }
div.DivClassName
{
background-color: #D2723D;
}
.BgClassName
{
background-color: #D2723D;
}
</style>
border-color css
<style>
span { border-color: #D2723D; }
span { border-color: rgb(210,114,61); }
td.TdClassName
{
border-color: #D2723D;
}
.TagClassName
{
border-color: #D2723D;
}
</style>