Shades of Red Damask #D1694A
Tints of Red Damask #D1694A
RGB
CMYK
RGB Variations
Color information
#D1694A (or 0xD1694A) is known color: Red Damask. HEX triplet: D1, 69 and 4A. RGB value is (209,105,74). Sum of RGB (Red+Green+Blue) = 209+105+74=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1694A is #2E96B5. Grayscale: #848484. Windows color (decimal): -3053238 or 4876753. OLE color: 4876753.
HSL color Cylindrical-coordinate representation of color #D1694A: hue angle of 13.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1694A is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 74 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.18 |
| HSL | 13.78º | 0.59% | 0.55% | - |
| HSV(B) | 13.78º | 0.65% | 0.82% | - |
| XYZ | 32.58 | 24.15 | 9.42 | - |
| YUV | 132.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 74 | 0 | 0.50 | 0.65 | 0.18 | 13.78 | 0.59 | 0.55 |
| Hex | D1 | 69 | 4A | 0 | 32 | 41 | 12 | E | 3B | 37 |
| Octal | 321 | 151 | 112 | 0 | 62 | 101 | 22 | 16 | 73 | 67 |
| Binary | 11010001 | 1101001 | 1001010 | 0 | 110010 | 1000001 | 10010 | 1110 | 111011 | 110111 |
Color Harmonies of #D1694A
Complementary color
Monochromatic Colors of #D1694A
Black with #D1694A
Text Example
Text Example
White with #D1694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1694A; }
p { color: rgb(209,105,74); }
H1.HeaderClassName
{
color: #D1694A;
}
.AnyTagClassName
{
color: #D1694A;
}
</style>
background-color css
<style>
a { background-color: #D1694A; }
a { background-color: rgb(209,105,74); }
div.DivClassName
{
background-color: #D1694A;
}
.BgClassName
{
background-color: #D1694A;
}
</style>
border-color css
<style>
span { border-color: #D1694A; }
span { border-color: rgb(209,105,74); }
td.TdClassName
{
border-color: #D1694A;
}
.TagClassName
{
border-color: #D1694A;
}
</style>