Shades of Roman #DA6C61
Tints of Roman #DA6C61
RGB
CMYK
RGB Variations
Color information
#DA6C61 (or 0xDA6C61) is known color: Roman. HEX triplet: DA, 6C and 61. RGB value is (218,108,97). Sum of RGB (Red+Green+Blue) = 218+108+97=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6C61 is #25939E. Grayscale: #8B8B8B. Windows color (decimal): -2462623 or 6384858. OLE color: 6384858.
HSL color Cylindrical-coordinate representation of color #DA6C61: hue angle of 5.45º 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 #DA6C61 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 97 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.15 |
| HSL | 5.45º | 0.62% | 0.62% | - |
| HSV(B) | 5.45º | 0.56% | 0.85% | - |
| XYZ | 36.43 | 26.49 | 14.5 | - |
| YUV | 139.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 97 | 0 | 0.50 | 0.56 | 0.15 | 5.45 | 0.62 | 0.62 |
| Hex | DA | 6C | 61 | 0 | 32 | 38 | F | 5 | 3E | 3E |
| Octal | 332 | 154 | 141 | 0 | 62 | 70 | 17 | 5 | 76 | 76 |
| Binary | 11011010 | 1101100 | 1100001 | 0 | 110010 | 111000 | 1111 | 101 | 111110 | 111110 |
Color Harmonies of #DA6C61
Complementary color
Monochromatic Colors of #DA6C61
Black with #DA6C61
Text Example
Text Example
White with #DA6C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C61; }
p { color: rgb(218,108,97); }
H1.HeaderClassName
{
color: #DA6C61;
}
.AnyTagClassName
{
color: #DA6C61;
}
</style>
background-color css
<style>
a { background-color: #DA6C61; }
a { background-color: rgb(218,108,97); }
div.DivClassName
{
background-color: #DA6C61;
}
.BgClassName
{
background-color: #DA6C61;
}
</style>
border-color css
<style>
span { border-color: #DA6C61; }
span { border-color: rgb(218,108,97); }
td.TdClassName
{
border-color: #DA6C61;
}
.TagClassName
{
border-color: #DA6C61;
}
</style>