Shades of Red Damask #D8714B
Tints of Red Damask #D8714B
RGB
CMYK
RGB Variations
Color information
#D8714B (or 0xD8714B) is known color: Red Damask. HEX triplet: D8, 71 and 4B. RGB value is (216,113,75). Sum of RGB (Red+Green+Blue) = 216+113+75=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8714B is #278EB4. Grayscale: #8B8B8B. Windows color (decimal): -2592437 or 4944344. OLE color: 4944344.
HSL color Cylindrical-coordinate representation of color #D8714B: hue angle of 16.17º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8714B is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 75 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.15 |
| HSL | 16.17º | 0.64% | 0.57% | - |
| HSV(B) | 16.17º | 0.65% | 0.85% | - |
| XYZ | 35.49 | 26.92 | 9.98 | - |
| YUV | 139.47 | 91.62 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 75 | 0 | 0.48 | 0.65 | 0.15 | 16.17 | 0.64 | 0.57 |
| Hex | D8 | 71 | 4B | 0 | 30 | 41 | F | 10 | 40 | 39 |
| Octal | 330 | 161 | 113 | 0 | 60 | 101 | 17 | 20 | 100 | 71 |
| Binary | 11011000 | 1110001 | 1001011 | 0 | 110000 | 1000001 | 1111 | 10000 | 1000000 | 111001 |
Color Harmonies of #D8714B
Complementary color
Monochromatic Colors of #D8714B
Black with #D8714B
Text Example
Text Example
White with #D8714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8714B; }
p { color: rgb(216,113,75); }
H1.HeaderClassName
{
color: #D8714B;
}
.AnyTagClassName
{
color: #D8714B;
}
</style>
background-color css
<style>
a { background-color: #D8714B; }
a { background-color: rgb(216,113,75); }
div.DivClassName
{
background-color: #D8714B;
}
.BgClassName
{
background-color: #D8714B;
}
</style>
border-color css
<style>
span { border-color: #D8714B; }
span { border-color: rgb(216,113,75); }
td.TdClassName
{
border-color: #D8714B;
}
.TagClassName
{
border-color: #D8714B;
}
</style>