Shades of Roman #D1685C
Tints of Roman #D1685C
RGB
CMYK
RGB Variations
Color information
#D1685C (or 0xD1685C) is known color: Roman. HEX triplet: D1, 68 and 5C. RGB value is (209,104,92). Sum of RGB (Red+Green+Blue) = 209+104+92=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1685C is #2E97A3. Grayscale: #868686. Windows color (decimal): -3053476 or 6056145. OLE color: 6056145.
HSL color Cylindrical-coordinate representation of color #D1685C: hue angle of 6.15º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1685C is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 92 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.18 |
| HSL | 6.15º | 0.56% | 0.59% | - |
| HSV(B) | 6.15º | 0.56% | 0.82% | - |
| XYZ | 33.18 | 24.23 | 13.05 | - |
| YUV | 134.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 92 | 0 | 0.50 | 0.56 | 0.18 | 6.15 | 0.56 | 0.59 |
| Hex | D1 | 68 | 5C | 0 | 32 | 38 | 12 | 6 | 38 | 3B |
| Octal | 321 | 150 | 134 | 0 | 62 | 70 | 22 | 6 | 70 | 73 |
| Binary | 11010001 | 1101000 | 1011100 | 0 | 110010 | 111000 | 10010 | 110 | 111000 | 111011 |
Color Harmonies of #D1685C
Complementary color
Monochromatic Colors of #D1685C
Black with #D1685C
Text Example
Text Example
White with #D1685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1685C; }
p { color: rgb(209,104,92); }
H1.HeaderClassName
{
color: #D1685C;
}
.AnyTagClassName
{
color: #D1685C;
}
</style>
background-color css
<style>
a { background-color: #D1685C; }
a { background-color: rgb(209,104,92); }
div.DivClassName
{
background-color: #D1685C;
}
.BgClassName
{
background-color: #D1685C;
}
</style>
border-color css
<style>
span { border-color: #D1685C; }
span { border-color: rgb(209,104,92); }
td.TdClassName
{
border-color: #D1685C;
}
.TagClassName
{
border-color: #D1685C;
}
</style>