Shades of Roman #DC6A6A
Tints of Roman #DC6A6A
RGB
CMYK
RGB Variations
Color information
#DC6A6A (or 0xDC6A6A) is known color: Roman. HEX triplet: DC, 6A and 6A. RGB value is (220,106,106). Sum of RGB (Red+Green+Blue) = 220+106+106=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A6A is #239595. Grayscale: #8C8C8C. Windows color (decimal): -2332054 or 6974172. OLE color: 6974172.
HSL color Cylindrical-coordinate representation of color #DC6A6A: hue angle of 0º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6A6A is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 106 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.14 |
| HSL | 0º | 0.62% | 0.64% | - |
| HSV(B) | 0º | 0.52% | 0.86% | - |
| XYZ | 37.27 | 26.56 | 16.8 | - |
| YUV | 140.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 106 | 0 | 0.52 | 0.52 | 0.14 | 0 | 0.62 | 0.64 |
| Hex | DC | 6A | 6A | 0 | 34 | 34 | E | 0 | 3E | 40 |
| Octal | 334 | 152 | 152 | 0 | 64 | 64 | 16 | 0 | 76 | 100 |
| Binary | 11011100 | 1101010 | 1101010 | 0 | 110100 | 110100 | 1110 | 0 | 111110 | 1000000 |
Color Harmonies of #DC6A6A
Complementary color
Monochromatic Colors of #DC6A6A
Black with #DC6A6A
Text Example
Text Example
White with #DC6A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A6A; }
p { color: rgb(220,106,106); }
H1.HeaderClassName
{
color: #DC6A6A;
}
.AnyTagClassName
{
color: #DC6A6A;
}
</style>
background-color css
<style>
a { background-color: #DC6A6A; }
a { background-color: rgb(220,106,106); }
div.DivClassName
{
background-color: #DC6A6A;
}
.BgClassName
{
background-color: #DC6A6A;
}
</style>
border-color css
<style>
span { border-color: #DC6A6A; }
span { border-color: rgb(220,106,106); }
td.TdClassName
{
border-color: #DC6A6A;
}
.TagClassName
{
border-color: #DC6A6A;
}
</style>