Shades of Roman #DC6C68
Tints of Roman #DC6C68
RGB
CMYK
RGB Variations
Color information
#DC6C68 (or 0xDC6C68) is known color: Roman. HEX triplet: DC, 6C and 68. RGB value is (220,108,104). Sum of RGB (Red+Green+Blue) = 220+108+104=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C68 is #239397. Grayscale: #8D8D8D. Windows color (decimal): -2331544 or 6843612. OLE color: 6843612.
HSL color Cylindrical-coordinate representation of color #DC6C68: hue angle of 2.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6C68 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 104 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.14 |
| HSL | 2.07º | 0.62% | 0.64% | - |
| HSV(B) | 2.07º | 0.53% | 0.86% | - |
| XYZ | 37.38 | 26.94 | 16.33 | - |
| YUV | 141.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 104 | 0 | 0.51 | 0.53 | 0.14 | 2.07 | 0.62 | 0.64 |
| Hex | DC | 6C | 68 | 0 | 33 | 35 | E | 2 | 3E | 40 |
| Octal | 334 | 154 | 150 | 0 | 63 | 65 | 16 | 2 | 76 | 100 |
| Binary | 11011100 | 1101100 | 1101000 | 0 | 110011 | 110101 | 1110 | 10 | 111110 | 1000000 |
Color Harmonies of #DC6C68
Complementary color
Monochromatic Colors of #DC6C68
Black with #DC6C68
Text Example
Text Example
White with #DC6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C68; }
p { color: rgb(220,108,104); }
H1.HeaderClassName
{
color: #DC6C68;
}
.AnyTagClassName
{
color: #DC6C68;
}
</style>
background-color css
<style>
a { background-color: #DC6C68; }
a { background-color: rgb(220,108,104); }
div.DivClassName
{
background-color: #DC6C68;
}
.BgClassName
{
background-color: #DC6C68;
}
</style>
border-color css
<style>
span { border-color: #DC6C68; }
span { border-color: rgb(220,108,104); }
td.TdClassName
{
border-color: #DC6C68;
}
.TagClassName
{
border-color: #DC6C68;
}
</style>