Shades of Roman #DC6A5D
Tints of Roman #DC6A5D
RGB
CMYK
RGB Variations
Color information
#DC6A5D (or 0xDC6A5D) is known color: Roman. HEX triplet: DC, 6A and 5D. RGB value is (220,106,93). Sum of RGB (Red+Green+Blue) = 220+106+93=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A5D is #2395A2. Grayscale: #8A8A8A. Windows color (decimal): -2332067 or 6122204. OLE color: 6122204.
HSL color Cylindrical-coordinate representation of color #DC6A5D: hue angle of 6.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC6A5D is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 93 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.14 |
| HSL | 6.14º | 0.64% | 0.61% | - |
| HSV(B) | 6.14º | 0.58% | 0.86% | - |
| XYZ | 36.65 | 26.31 | 13.5 | - |
| YUV | 138.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 93 | 0 | 0.52 | 0.58 | 0.14 | 6.14 | 0.64 | 0.61 |
| Hex | DC | 6A | 5D | 0 | 34 | 3A | E | 6 | 40 | 3D |
| Octal | 334 | 152 | 135 | 0 | 64 | 72 | 16 | 6 | 100 | 75 |
| Binary | 11011100 | 1101010 | 1011101 | 0 | 110100 | 111010 | 1110 | 110 | 1000000 | 111101 |
Color Harmonies of #DC6A5D
Complementary color
Monochromatic Colors of #DC6A5D
Black with #DC6A5D
Text Example
Text Example
White with #DC6A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A5D; }
p { color: rgb(220,106,93); }
H1.HeaderClassName
{
color: #DC6A5D;
}
.AnyTagClassName
{
color: #DC6A5D;
}
</style>
background-color css
<style>
a { background-color: #DC6A5D; }
a { background-color: rgb(220,106,93); }
div.DivClassName
{
background-color: #DC6A5D;
}
.BgClassName
{
background-color: #DC6A5D;
}
</style>
border-color css
<style>
span { border-color: #DC6A5D; }
span { border-color: rgb(220,106,93); }
td.TdClassName
{
border-color: #DC6A5D;
}
.TagClassName
{
border-color: #DC6A5D;
}
</style>