Shades of Roman #DC6A60
Tints of Roman #DC6A60
RGB
CMYK
RGB Variations
Color information
#DC6A60 (or 0xDC6A60) is known color: Roman. HEX triplet: DC, 6A and 60. RGB value is (220,106,96). Sum of RGB (Red+Green+Blue) = 220+106+96=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A60 is #23959F. Grayscale: #8B8B8B. Windows color (decimal): -2332064 or 6318812. OLE color: 6318812.
HSL color Cylindrical-coordinate representation of color #DC6A60: hue angle of 4.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6A60 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 96 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.14 |
| HSL | 4.84º | 0.64% | 0.62% | - |
| HSV(B) | 4.84º | 0.56% | 0.86% | - |
| XYZ | 36.78 | 26.37 | 14.22 | - |
| YUV | 138.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 96 | 0 | 0.52 | 0.56 | 0.14 | 4.84 | 0.64 | 0.62 |
| Hex | DC | 6A | 60 | 0 | 34 | 38 | E | 5 | 40 | 3E |
| Octal | 334 | 152 | 140 | 0 | 64 | 70 | 16 | 5 | 100 | 76 |
| Binary | 11011100 | 1101010 | 1100000 | 0 | 110100 | 111000 | 1110 | 101 | 1000000 | 111110 |
Color Harmonies of #DC6A60
Complementary color
Monochromatic Colors of #DC6A60
Black with #DC6A60
Text Example
Text Example
White with #DC6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A60; }
p { color: rgb(220,106,96); }
H1.HeaderClassName
{
color: #DC6A60;
}
.AnyTagClassName
{
color: #DC6A60;
}
</style>
background-color css
<style>
a { background-color: #DC6A60; }
a { background-color: rgb(220,106,96); }
div.DivClassName
{
background-color: #DC6A60;
}
.BgClassName
{
background-color: #DC6A60;
}
</style>
border-color css
<style>
span { border-color: #DC6A60; }
span { border-color: rgb(220,106,96); }
td.TdClassName
{
border-color: #DC6A60;
}
.TagClassName
{
border-color: #DC6A60;
}
</style>