Shades of Red Damask #D4684D
Tints of Red Damask #D4684D
RGB
CMYK
RGB Variations
Color information
#D4684D (or 0xD4684D) is known color: Red Damask. HEX triplet: D4, 68 and 4D. RGB value is (212,104,77). Sum of RGB (Red+Green+Blue) = 212+104+77=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4684D is #2B97B2. Grayscale: #858585. Windows color (decimal): -2856883 or 5073108. OLE color: 5073108.
HSL color Cylindrical-coordinate representation of color #D4684D: hue angle of 12º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4684D is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 77 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.17 |
| HSL | 12º | 0.61% | 0.57% | - |
| HSV(B) | 12º | 0.64% | 0.83% | - |
| XYZ | 33.44 | 24.43 | 9.97 | - |
| YUV | 133.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 77 | 0 | 0.51 | 0.64 | 0.17 | 12 | 0.61 | 0.57 |
| Hex | D4 | 68 | 4D | 0 | 33 | 40 | 11 | C | 3D | 39 |
| Octal | 324 | 150 | 115 | 0 | 63 | 100 | 21 | 14 | 75 | 71 |
| Binary | 11010100 | 1101000 | 1001101 | 0 | 110011 | 1000000 | 10001 | 1100 | 111101 | 111001 |
Color Harmonies of #D4684D
Complementary color
Monochromatic Colors of #D4684D
Black with #D4684D
Text Example
Text Example
White with #D4684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4684D; }
p { color: rgb(212,104,77); }
H1.HeaderClassName
{
color: #D4684D;
}
.AnyTagClassName
{
color: #D4684D;
}
</style>
background-color css
<style>
a { background-color: #D4684D; }
a { background-color: rgb(212,104,77); }
div.DivClassName
{
background-color: #D4684D;
}
.BgClassName
{
background-color: #D4684D;
}
</style>
border-color css
<style>
span { border-color: #D4684D; }
span { border-color: rgb(212,104,77); }
td.TdClassName
{
border-color: #D4684D;
}
.TagClassName
{
border-color: #D4684D;
}
</style>