Shades of Roman #DC6255
Tints of Roman #DC6255
RGB
CMYK
RGB Variations
Color information
#DC6255 (or 0xDC6255) is known color: Roman. HEX triplet: DC, 62 and 55. RGB value is (220,98,85). Sum of RGB (Red+Green+Blue) = 220+98+85=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6255 is #239DAA. Grayscale: #858585. Windows color (decimal): -2334123 or 5595868. OLE color: 5595868.
HSL color Cylindrical-coordinate representation of color #DC6255: hue angle of 5.78º 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 #DC6255 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 85 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.14 |
| HSL | 5.78º | 0.66% | 0.6% | - |
| HSV(B) | 5.78º | 0.61% | 0.86% | - |
| XYZ | 35.52 | 24.61 | 11.47 | - |
| YUV | 133 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 85 | 0 | 0.55 | 0.61 | 0.14 | 5.78 | 0.66 | 0.6 |
| Hex | DC | 62 | 55 | 0 | 37 | 3D | E | 6 | 42 | 3C |
| Octal | 334 | 142 | 125 | 0 | 67 | 75 | 16 | 6 | 102 | 74 |
| Binary | 11011100 | 1100010 | 1010101 | 0 | 110111 | 111101 | 1110 | 110 | 1000010 | 111100 |
Color Harmonies of #DC6255
Complementary color
Monochromatic Colors of #DC6255
Black with #DC6255
Text Example
Text Example
White with #DC6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6255; }
p { color: rgb(220,98,85); }
H1.HeaderClassName
{
color: #DC6255;
}
.AnyTagClassName
{
color: #DC6255;
}
</style>
background-color css
<style>
a { background-color: #DC6255; }
a { background-color: rgb(220,98,85); }
div.DivClassName
{
background-color: #DC6255;
}
.BgClassName
{
background-color: #DC6255;
}
</style>
border-color css
<style>
span { border-color: #DC6255; }
span { border-color: rgb(220,98,85); }
td.TdClassName
{
border-color: #DC6255;
}
.TagClassName
{
border-color: #DC6255;
}
</style>