Shades of Roman #DA6C6A
Tints of Roman #DA6C6A
RGB
CMYK
RGB Variations
Color information
#DA6C6A (or 0xDA6C6A) is known color: Roman. HEX triplet: DA, 6C and 6A. RGB value is (218,108,106). Sum of RGB (Red+Green+Blue) = 218+108+106=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6C6A is #259395. Grayscale: #8C8C8C. Windows color (decimal): -2462614 or 6974682. OLE color: 6974682.
HSL color Cylindrical-coordinate representation of color #DA6C6A: hue angle of 1.07º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6C6A is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 106 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.15 |
| HSL | 1.07º | 0.6% | 0.64% | - |
| HSV(B) | 1.07º | 0.51% | 0.85% | - |
| XYZ | 36.88 | 26.67 | 16.84 | - |
| YUV | 140.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 106 | 0 | 0.50 | 0.51 | 0.15 | 1.07 | 0.6 | 0.64 |
| Hex | DA | 6C | 6A | 0 | 32 | 33 | F | 1 | 3C | 40 |
| Octal | 332 | 154 | 152 | 0 | 62 | 63 | 17 | 1 | 74 | 100 |
| Binary | 11011010 | 1101100 | 1101010 | 0 | 110010 | 110011 | 1111 | 1 | 111100 | 1000000 |
Color Harmonies of #DA6C6A
Complementary color
Monochromatic Colors of #DA6C6A
Black with #DA6C6A
Text Example
Text Example
White with #DA6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C6A; }
p { color: rgb(218,108,106); }
H1.HeaderClassName
{
color: #DA6C6A;
}
.AnyTagClassName
{
color: #DA6C6A;
}
</style>
background-color css
<style>
a { background-color: #DA6C6A; }
a { background-color: rgb(218,108,106); }
div.DivClassName
{
background-color: #DA6C6A;
}
.BgClassName
{
background-color: #DA6C6A;
}
</style>
border-color css
<style>
span { border-color: #DA6C6A; }
span { border-color: rgb(218,108,106); }
td.TdClassName
{
border-color: #DA6C6A;
}
.TagClassName
{
border-color: #DA6C6A;
}
</style>