Shades of Roman #DA6C60
Tints of Roman #DA6C60
RGB
CMYK
RGB Variations
Color information
#DA6C60 (or 0xDA6C60) is known color: Roman. HEX triplet: DA, 6C and 60. RGB value is (218,108,96). Sum of RGB (Red+Green+Blue) = 218+108+96=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6C60 is #25939F. Grayscale: #8B8B8B. Windows color (decimal): -2462624 or 6319322. OLE color: 6319322.
HSL color Cylindrical-coordinate representation of color #DA6C60: hue angle of 5.9º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6C60 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 96 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.15 |
| HSL | 5.9º | 0.62% | 0.62% | - |
| HSV(B) | 5.9º | 0.56% | 0.85% | - |
| XYZ | 36.39 | 26.48 | 14.26 | - |
| YUV | 139.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 96 | 0 | 0.50 | 0.56 | 0.15 | 5.9 | 0.62 | 0.62 |
| Hex | DA | 6C | 60 | 0 | 32 | 38 | F | 6 | 3E | 3E |
| Octal | 332 | 154 | 140 | 0 | 62 | 70 | 17 | 6 | 76 | 76 |
| Binary | 11011010 | 1101100 | 1100000 | 0 | 110010 | 111000 | 1111 | 110 | 111110 | 111110 |
Color Harmonies of #DA6C60
Complementary color
Monochromatic Colors of #DA6C60
Black with #DA6C60
Text Example
Text Example
White with #DA6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C60; }
p { color: rgb(218,108,96); }
H1.HeaderClassName
{
color: #DA6C60;
}
.AnyTagClassName
{
color: #DA6C60;
}
</style>
background-color css
<style>
a { background-color: #DA6C60; }
a { background-color: rgb(218,108,96); }
div.DivClassName
{
background-color: #DA6C60;
}
.BgClassName
{
background-color: #DA6C60;
}
</style>
border-color css
<style>
span { border-color: #DA6C60; }
span { border-color: rgb(218,108,96); }
td.TdClassName
{
border-color: #DA6C60;
}
.TagClassName
{
border-color: #DA6C60;
}
</style>