Shades of Roman #DC6761
Tints of Roman #DC6761
RGB
CMYK
RGB Variations
Color information
#DC6761 (or 0xDC6761) is known color: Roman. HEX triplet: DC, 67 and 61. RGB value is (220,103,97). Sum of RGB (Red+Green+Blue) = 220+103+97=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6761 is #23989E. Grayscale: #898989. Windows color (decimal): -2332831 or 6383580. OLE color: 6383580.
HSL color Cylindrical-coordinate representation of color #DC6761: hue angle of 2.93º 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 #DC6761 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 97 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.14 |
| HSL | 2.93º | 0.64% | 0.62% | - |
| HSV(B) | 2.93º | 0.56% | 0.86% | - |
| XYZ | 36.52 | 25.78 | 14.36 | - |
| YUV | 137.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 97 | 0 | 0.53 | 0.56 | 0.14 | 2.93 | 0.64 | 0.62 |
| Hex | DC | 67 | 61 | 0 | 35 | 38 | E | 3 | 40 | 3E |
| Octal | 334 | 147 | 141 | 0 | 65 | 70 | 16 | 3 | 100 | 76 |
| Binary | 11011100 | 1100111 | 1100001 | 0 | 110101 | 111000 | 1110 | 11 | 1000000 | 111110 |
Color Harmonies of #DC6761
Complementary color
Monochromatic Colors of #DC6761
Black with #DC6761
Text Example
Text Example
White with #DC6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6761; }
p { color: rgb(220,103,97); }
H1.HeaderClassName
{
color: #DC6761;
}
.AnyTagClassName
{
color: #DC6761;
}
</style>
background-color css
<style>
a { background-color: #DC6761; }
a { background-color: rgb(220,103,97); }
div.DivClassName
{
background-color: #DC6761;
}
.BgClassName
{
background-color: #DC6761;
}
</style>
border-color css
<style>
span { border-color: #DC6761; }
span { border-color: rgb(220,103,97); }
td.TdClassName
{
border-color: #DC6761;
}
.TagClassName
{
border-color: #DC6761;
}
</style>