Shades of Roman #DA6A6A
Tints of Roman #DA6A6A
RGB
CMYK
RGB Variations
Color information
#DA6A6A (or 0xDA6A6A) is known color: Roman. HEX triplet: DA, 6A and 6A. RGB value is (218,106,106). Sum of RGB (Red+Green+Blue) = 218+106+106=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A6A is #259595. Grayscale: #8B8B8B. Windows color (decimal): -2463126 or 6974170. OLE color: 6974170.
HSL color Cylindrical-coordinate representation of color #DA6A6A: 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.51%. Process color model (Four color, CMYK) of #DA6A6A is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 106 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.15 |
| HSL | 0º | 0.6% | 0.64% | - |
| HSV(B) | 0º | 0.51% | 0.85% | - |
| XYZ | 36.67 | 26.25 | 16.77 | - |
| YUV | 139.49 | 109.11 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 106 | 0 | 0.51 | 0.51 | 0.15 | 0 | 0.6 | 0.64 |
| Hex | DA | 6A | 6A | 0 | 33 | 33 | F | 0 | 3C | 40 |
| Octal | 332 | 152 | 152 | 0 | 63 | 63 | 17 | 0 | 74 | 100 |
| Binary | 11011010 | 1101010 | 1101010 | 0 | 110011 | 110011 | 1111 | 0 | 111100 | 1000000 |
Color Harmonies of #DA6A6A
Complementary color
Monochromatic Colors of #DA6A6A
Black with #DA6A6A
Text Example
Text Example
White with #DA6A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A6A; }
p { color: rgb(218,106,106); }
H1.HeaderClassName
{
color: #DA6A6A;
}
.AnyTagClassName
{
color: #DA6A6A;
}
</style>
background-color css
<style>
a { background-color: #DA6A6A; }
a { background-color: rgb(218,106,106); }
div.DivClassName
{
background-color: #DA6A6A;
}
.BgClassName
{
background-color: #DA6A6A;
}
</style>
border-color css
<style>
span { border-color: #DA6A6A; }
span { border-color: rgb(218,106,106); }
td.TdClassName
{
border-color: #DA6A6A;
}
.TagClassName
{
border-color: #DA6A6A;
}
</style>