Shades of Red Damask #D1684B
Tints of Red Damask #D1684B
RGB
CMYK
RGB Variations
Color information
#D1684B (or 0xD1684B) is known color: Red Damask. HEX triplet: D1, 68 and 4B. RGB value is (209,104,75). Sum of RGB (Red+Green+Blue) = 209+104+75=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1684B is #2E97B4. Grayscale: #848484. Windows color (decimal): -3053493 or 4942033. OLE color: 4942033.
HSL color Cylindrical-coordinate representation of color #D1684B: hue angle of 12.99º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1684B is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 75 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.18 |
| HSL | 12.99º | 0.59% | 0.56% | - |
| HSV(B) | 12.99º | 0.64% | 0.82% | - |
| XYZ | 32.51 | 23.96 | 9.57 | - |
| YUV | 132.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 75 | 0 | 0.50 | 0.64 | 0.18 | 12.99 | 0.59 | 0.56 |
| Hex | D1 | 68 | 4B | 0 | 32 | 40 | 12 | D | 3B | 38 |
| Octal | 321 | 150 | 113 | 0 | 62 | 100 | 22 | 15 | 73 | 70 |
| Binary | 11010001 | 1101000 | 1001011 | 0 | 110010 | 1000000 | 10010 | 1101 | 111011 | 111000 |
Color Harmonies of #D1684B
Complementary color
Monochromatic Colors of #D1684B
Black with #D1684B
Text Example
Text Example
White with #D1684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1684B; }
p { color: rgb(209,104,75); }
H1.HeaderClassName
{
color: #D1684B;
}
.AnyTagClassName
{
color: #D1684B;
}
</style>
background-color css
<style>
a { background-color: #D1684B; }
a { background-color: rgb(209,104,75); }
div.DivClassName
{
background-color: #D1684B;
}
.BgClassName
{
background-color: #D1684B;
}
</style>
border-color css
<style>
span { border-color: #D1684B; }
span { border-color: rgb(209,104,75); }
td.TdClassName
{
border-color: #D1684B;
}
.TagClassName
{
border-color: #D1684B;
}
</style>