Shades of Roman #DA685D
Tints of Roman #DA685D
RGB
CMYK
RGB Variations
Color information
#DA685D (or 0xDA685D) is known color: Roman. HEX triplet: DA, 68 and 5D. RGB value is (218,104,93). Sum of RGB (Red+Green+Blue) = 218+104+93=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA685D is #2597A2. Grayscale: #888888. Windows color (decimal): -2463651 or 6121690. OLE color: 6121690.
HSL color Cylindrical-coordinate representation of color #DA685D: hue angle of 5.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA685D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 93 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.15 |
| HSL | 5.28º | 0.63% | 0.61% | - |
| HSV(B) | 5.28º | 0.57% | 0.85% | - |
| XYZ | 35.84 | 25.6 | 13.41 | - |
| YUV | 136.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 93 | 0 | 0.52 | 0.57 | 0.15 | 5.28 | 0.63 | 0.61 |
| Hex | DA | 68 | 5D | 0 | 34 | 39 | F | 5 | 3F | 3D |
| Octal | 332 | 150 | 135 | 0 | 64 | 71 | 17 | 5 | 77 | 75 |
| Binary | 11011010 | 1101000 | 1011101 | 0 | 110100 | 111001 | 1111 | 101 | 111111 | 111101 |
Color Harmonies of #DA685D
Complementary color
Monochromatic Colors of #DA685D
Black with #DA685D
Text Example
Text Example
White with #DA685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA685D; }
p { color: rgb(218,104,93); }
H1.HeaderClassName
{
color: #DA685D;
}
.AnyTagClassName
{
color: #DA685D;
}
</style>
background-color css
<style>
a { background-color: #DA685D; }
a { background-color: rgb(218,104,93); }
div.DivClassName
{
background-color: #DA685D;
}
.BgClassName
{
background-color: #DA685D;
}
</style>
border-color css
<style>
span { border-color: #DA685D; }
span { border-color: rgb(218,104,93); }
td.TdClassName
{
border-color: #DA685D;
}
.TagClassName
{
border-color: #DA685D;
}
</style>