Shades of Roman #DC6964
Tints of Roman #DC6964
RGB
CMYK
RGB Variations
Color information
#DC6964 (or 0xDC6964) is known color: Roman. HEX triplet: DC, 69 and 64. RGB value is (220,105,100). Sum of RGB (Red+Green+Blue) = 220+105+100=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6964 is #23969B. Grayscale: #8A8A8A. Windows color (decimal): -2332316 or 6580700. OLE color: 6580700.
HSL color Cylindrical-coordinate representation of color #DC6964: hue angle of 2.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6964 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 100 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.14 |
| HSL | 2.5º | 0.63% | 0.63% | - |
| HSV(B) | 2.5º | 0.55% | 0.86% | - |
| XYZ | 36.87 | 26.24 | 15.18 | - |
| YUV | 138.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 100 | 0 | 0.52 | 0.55 | 0.14 | 2.5 | 0.63 | 0.63 |
| Hex | DC | 69 | 64 | 0 | 34 | 37 | E | 2 | 3F | 3F |
| Octal | 334 | 151 | 144 | 0 | 64 | 67 | 16 | 2 | 77 | 77 |
| Binary | 11011100 | 1101001 | 1100100 | 0 | 110100 | 110111 | 1110 | 10 | 111111 | 111111 |
Color Harmonies of #DC6964
Complementary color
Monochromatic Colors of #DC6964
Black with #DC6964
Text Example
Text Example
White with #DC6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6964; }
p { color: rgb(220,105,100); }
H1.HeaderClassName
{
color: #DC6964;
}
.AnyTagClassName
{
color: #DC6964;
}
</style>
background-color css
<style>
a { background-color: #DC6964; }
a { background-color: rgb(220,105,100); }
div.DivClassName
{
background-color: #DC6964;
}
.BgClassName
{
background-color: #DC6964;
}
</style>
border-color css
<style>
span { border-color: #DC6964; }
span { border-color: rgb(220,105,100); }
td.TdClassName
{
border-color: #DC6964;
}
.TagClassName
{
border-color: #DC6964;
}
</style>