Shades of Red Damask #CD714A
Tints of Red Damask #CD714A
RGB
CMYK
RGB Variations
Color information
#CD714A (or 0xCD714A) is known color: Red Damask. HEX triplet: CD, 71 and 4A. RGB value is (205,113,74). Sum of RGB (Red+Green+Blue) = 205+113+74=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD714A is #328EB5. Grayscale: #888888. Windows color (decimal): -3313334 or 4878797. OLE color: 4878797.
HSL color Cylindrical-coordinate representation of color #CD714A: hue angle of 17.86º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD714A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 74 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.20 |
| HSL | 17.86º | 0.57% | 0.55% | - |
| HSV(B) | 17.86º | 0.64% | 0.8% | - |
| XYZ | 32.32 | 25.28 | 9.66 | - |
| YUV | 136.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 74 | 0 | 0.45 | 0.64 | 0.20 | 17.86 | 0.57 | 0.55 |
| Hex | CD | 71 | 4A | 0 | 2D | 40 | 14 | 12 | 39 | 37 |
| Octal | 315 | 161 | 112 | 0 | 55 | 100 | 24 | 22 | 71 | 67 |
| Binary | 11001101 | 1110001 | 1001010 | 0 | 101101 | 1000000 | 10100 | 10010 | 111001 | 110111 |
Color Harmonies of #CD714A
Complementary color
Monochromatic Colors of #CD714A
Black with #CD714A
Text Example
Text Example
White with #CD714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD714A; }
p { color: rgb(205,113,74); }
H1.HeaderClassName
{
color: #CD714A;
}
.AnyTagClassName
{
color: #CD714A;
}
</style>
background-color css
<style>
a { background-color: #CD714A; }
a { background-color: rgb(205,113,74); }
div.DivClassName
{
background-color: #CD714A;
}
.BgClassName
{
background-color: #CD714A;
}
</style>
border-color css
<style>
span { border-color: #CD714A; }
span { border-color: rgb(205,113,74); }
td.TdClassName
{
border-color: #CD714A;
}
.TagClassName
{
border-color: #CD714A;
}
</style>