Shades of Roman #DA6E67
Tints of Roman #DA6E67
RGB
CMYK
RGB Variations
Color information
#DA6E67 (or 0xDA6E67) is known color: Roman. HEX triplet: DA, 6E and 67. RGB value is (218,110,103). Sum of RGB (Red+Green+Blue) = 218+110+103=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E67 is #259198. Grayscale: #8D8D8D. Windows color (decimal): -2462105 or 6778586. OLE color: 6778586.
HSL color Cylindrical-coordinate representation of color #DA6E67: hue angle of 3.65º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6E67 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 103 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.15 |
| HSL | 3.65º | 0.61% | 0.63% | - |
| HSV(B) | 3.65º | 0.53% | 0.85% | - |
| XYZ | 36.94 | 27.04 | 16.1 | - |
| YUV | 141.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 103 | 0 | 0.50 | 0.53 | 0.15 | 3.65 | 0.61 | 0.63 |
| Hex | DA | 6E | 67 | 0 | 32 | 35 | F | 4 | 3D | 3F |
| Octal | 332 | 156 | 147 | 0 | 62 | 65 | 17 | 4 | 75 | 77 |
| Binary | 11011010 | 1101110 | 1100111 | 0 | 110010 | 110101 | 1111 | 100 | 111101 | 111111 |
Color Harmonies of #DA6E67
Complementary color
Monochromatic Colors of #DA6E67
Black with #DA6E67
Text Example
Text Example
White with #DA6E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E67; }
p { color: rgb(218,110,103); }
H1.HeaderClassName
{
color: #DA6E67;
}
.AnyTagClassName
{
color: #DA6E67;
}
</style>
background-color css
<style>
a { background-color: #DA6E67; }
a { background-color: rgb(218,110,103); }
div.DivClassName
{
background-color: #DA6E67;
}
.BgClassName
{
background-color: #DA6E67;
}
</style>
border-color css
<style>
span { border-color: #DA6E67; }
span { border-color: rgb(218,110,103); }
td.TdClassName
{
border-color: #DA6E67;
}
.TagClassName
{
border-color: #DA6E67;
}
</style>