Shades of Roman #DC6461
Tints of Roman #DC6461
RGB
CMYK
RGB Variations
Color information
#DC6461 (or 0xDC6461) is known color: Roman. HEX triplet: DC, 64 and 61. RGB value is (220,100,97). Sum of RGB (Red+Green+Blue) = 220+100+97=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6461 is #239B9E. Grayscale: #878787. Windows color (decimal): -2333599 or 6382812. OLE color: 6382812.
HSL color Cylindrical-coordinate representation of color #DC6461: hue angle of 1.46º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6461 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 97 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.14 |
| HSL | 1.46º | 0.64% | 0.62% | - |
| HSV(B) | 1.46º | 0.56% | 0.86% | - |
| XYZ | 36.23 | 25.19 | 14.26 | - |
| YUV | 135.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 97 | 0 | 0.55 | 0.56 | 0.14 | 1.46 | 0.64 | 0.62 |
| Hex | DC | 64 | 61 | 0 | 37 | 38 | E | 1 | 40 | 3E |
| Octal | 334 | 144 | 141 | 0 | 67 | 70 | 16 | 1 | 100 | 76 |
| Binary | 11011100 | 1100100 | 1100001 | 0 | 110111 | 111000 | 1110 | 1 | 1000000 | 111110 |
Color Harmonies of #DC6461
Complementary color
Monochromatic Colors of #DC6461
Black with #DC6461
Text Example
Text Example
White with #DC6461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6461; }
p { color: rgb(220,100,97); }
H1.HeaderClassName
{
color: #DC6461;
}
.AnyTagClassName
{
color: #DC6461;
}
</style>
background-color css
<style>
a { background-color: #DC6461; }
a { background-color: rgb(220,100,97); }
div.DivClassName
{
background-color: #DC6461;
}
.BgClassName
{
background-color: #DC6461;
}
</style>
border-color css
<style>
span { border-color: #DC6461; }
span { border-color: rgb(220,100,97); }
td.TdClassName
{
border-color: #DC6461;
}
.TagClassName
{
border-color: #DC6461;
}
</style>