Shades of Roman #DA6C6C
Tints of Roman #DA6C6C
RGB
CMYK
RGB Variations
Color information
#DA6C6C (or 0xDA6C6C) is known color: Roman. HEX triplet: DA, 6C and 6C. RGB value is (218,108,108). Sum of RGB (Red+Green+Blue) = 218+108+108=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6C6C is #259393. Grayscale: #8D8D8D. Windows color (decimal): -2462612 or 7105754. OLE color: 7105754.
HSL color Cylindrical-coordinate representation of color #DA6C6C: hue angle of 0º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6C6C is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 108 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.15 |
| HSL | 0º | 0.6% | 0.64% | - |
| HSV(B) | 0º | 0.5% | 0.85% | - |
| XYZ | 36.98 | 26.71 | 17.39 | - |
| YUV | 140.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 108 | 0 | 0.50 | 0.50 | 0.15 | 0 | 0.6 | 0.64 |
| Hex | DA | 6C | 6C | 0 | 32 | 32 | F | 0 | 3C | 40 |
| Octal | 332 | 154 | 154 | 0 | 62 | 62 | 17 | 0 | 74 | 100 |
| Binary | 11011010 | 1101100 | 1101100 | 0 | 110010 | 110010 | 1111 | 0 | 111100 | 1000000 |
Color Harmonies of #DA6C6C
Complementary color
Monochromatic Colors of #DA6C6C
Black with #DA6C6C
Text Example
Text Example
White with #DA6C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C6C; }
p { color: rgb(218,108,108); }
H1.HeaderClassName
{
color: #DA6C6C;
}
.AnyTagClassName
{
color: #DA6C6C;
}
</style>
background-color css
<style>
a { background-color: #DA6C6C; }
a { background-color: rgb(218,108,108); }
div.DivClassName
{
background-color: #DA6C6C;
}
.BgClassName
{
background-color: #DA6C6C;
}
</style>
border-color css
<style>
span { border-color: #DA6C6C; }
span { border-color: rgb(218,108,108); }
td.TdClassName
{
border-color: #DA6C6C;
}
.TagClassName
{
border-color: #DA6C6C;
}
</style>