Shades of Roman #DA6966
Tints of Roman #DA6966
RGB
CMYK
RGB Variations
Color information
#DA6966 (or 0xDA6966) is known color: Roman. HEX triplet: DA, 69 and 66. RGB value is (218,105,102). Sum of RGB (Red+Green+Blue) = 218+105+102=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6966 is #259699. Grayscale: #8A8A8A. Windows color (decimal): -2463386 or 6711770. OLE color: 6711770.
HSL color Cylindrical-coordinate representation of color #DA6966: hue angle of 1.55º 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 #DA6966 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 102 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.15 |
| HSL | 1.55º | 0.61% | 0.63% | - |
| HSV(B) | 1.55º | 0.53% | 0.85% | - |
| XYZ | 36.36 | 25.97 | 15.67 | - |
| YUV | 138.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 102 | 0 | 0.52 | 0.53 | 0.15 | 1.55 | 0.61 | 0.63 |
| Hex | DA | 69 | 66 | 0 | 34 | 35 | F | 2 | 3D | 3F |
| Octal | 332 | 151 | 146 | 0 | 64 | 65 | 17 | 2 | 75 | 77 |
| Binary | 11011010 | 1101001 | 1100110 | 0 | 110100 | 110101 | 1111 | 10 | 111101 | 111111 |
Color Harmonies of #DA6966
Complementary color
Monochromatic Colors of #DA6966
Black with #DA6966
Text Example
Text Example
White with #DA6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6966; }
p { color: rgb(218,105,102); }
H1.HeaderClassName
{
color: #DA6966;
}
.AnyTagClassName
{
color: #DA6966;
}
</style>
background-color css
<style>
a { background-color: #DA6966; }
a { background-color: rgb(218,105,102); }
div.DivClassName
{
background-color: #DA6966;
}
.BgClassName
{
background-color: #DA6966;
}
</style>
border-color css
<style>
span { border-color: #DA6966; }
span { border-color: rgb(218,105,102); }
td.TdClassName
{
border-color: #DA6966;
}
.TagClassName
{
border-color: #DA6966;
}
</style>