Shades of Roman #DC6155
Tints of Roman #DC6155
RGB
CMYK
RGB Variations
Color information
#DC6155 (or 0xDC6155) is known color: Roman. HEX triplet: DC, 61 and 55. RGB value is (220,97,85). Sum of RGB (Red+Green+Blue) = 220+97+85=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6155 is #239EAA. Grayscale: #848484. Windows color (decimal): -2334379 or 5595612. OLE color: 5595612.
HSL color Cylindrical-coordinate representation of color #DC6155: hue angle of 5.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC6155 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 85 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.14 |
| HSL | 5.33º | 0.66% | 0.6% | - |
| HSV(B) | 5.33º | 0.61% | 0.86% | - |
| XYZ | 35.43 | 24.42 | 11.44 | - |
| YUV | 132.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 85 | 0 | 0.56 | 0.61 | 0.14 | 5.33 | 0.66 | 0.6 |
| Hex | DC | 61 | 55 | 0 | 38 | 3D | E | 5 | 42 | 3C |
| Octal | 334 | 141 | 125 | 0 | 70 | 75 | 16 | 5 | 102 | 74 |
| Binary | 11011100 | 1100001 | 1010101 | 0 | 111000 | 111101 | 1110 | 101 | 1000010 | 111100 |
Color Harmonies of #DC6155
Complementary color
Monochromatic Colors of #DC6155
Black with #DC6155
Text Example
Text Example
White with #DC6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6155; }
p { color: rgb(220,97,85); }
H1.HeaderClassName
{
color: #DC6155;
}
.AnyTagClassName
{
color: #DC6155;
}
</style>
background-color css
<style>
a { background-color: #DC6155; }
a { background-color: rgb(220,97,85); }
div.DivClassName
{
background-color: #DC6155;
}
.BgClassName
{
background-color: #DC6155;
}
</style>
border-color css
<style>
span { border-color: #DC6155; }
span { border-color: rgb(220,97,85); }
td.TdClassName
{
border-color: #DC6155;
}
.TagClassName
{
border-color: #DC6155;
}
</style>