Shades of Roman #D2685D
Tints of Roman #D2685D
RGB
CMYK
RGB Variations
Color information
#D2685D (or 0xD2685D) is known color: Roman. HEX triplet: D2, 68 and 5D. RGB value is (210,104,93). Sum of RGB (Red+Green+Blue) = 210+104+93=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2685D is #2D97A2. Grayscale: #868686. Windows color (decimal): -2987939 or 6121682. OLE color: 6121682.
HSL color Cylindrical-coordinate representation of color #D2685D: hue angle of 5.64º degrees, saturation: 0.57, 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 #D2685D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 93 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.18 |
| HSL | 5.64º | 0.57% | 0.59% | - |
| HSV(B) | 5.64º | 0.56% | 0.82% | - |
| XYZ | 33.5 | 24.39 | 13.3 | - |
| YUV | 134.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 93 | 0 | 0.50 | 0.56 | 0.18 | 5.64 | 0.57 | 0.59 |
| Hex | D2 | 68 | 5D | 0 | 32 | 38 | 12 | 6 | 39 | 3B |
| Octal | 322 | 150 | 135 | 0 | 62 | 70 | 22 | 6 | 71 | 73 |
| Binary | 11010010 | 1101000 | 1011101 | 0 | 110010 | 111000 | 10010 | 110 | 111001 | 111011 |
Color Harmonies of #D2685D
Complementary color
Monochromatic Colors of #D2685D
Black with #D2685D
Text Example
Text Example
White with #D2685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2685D; }
p { color: rgb(210,104,93); }
H1.HeaderClassName
{
color: #D2685D;
}
.AnyTagClassName
{
color: #D2685D;
}
</style>
background-color css
<style>
a { background-color: #D2685D; }
a { background-color: rgb(210,104,93); }
div.DivClassName
{
background-color: #D2685D;
}
.BgClassName
{
background-color: #D2685D;
}
</style>
border-color css
<style>
span { border-color: #D2685D; }
span { border-color: rgb(210,104,93); }
td.TdClassName
{
border-color: #D2685D;
}
.TagClassName
{
border-color: #D2685D;
}
</style>