Shades of Roman #DC6757
Tints of Roman #DC6757
RGB
CMYK
RGB Variations
Color information
#DC6757 (or 0xDC6757) is known color: Roman. HEX triplet: DC, 67 and 57. RGB value is (220,103,87). Sum of RGB (Red+Green+Blue) = 220+103+87=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6757 is #2398A8. Grayscale: #888888. Windows color (decimal): -2332841 or 5728220. OLE color: 5728220.
HSL color Cylindrical-coordinate representation of color #DC6757: hue angle of 7.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC6757 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 87 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.14 |
| HSL | 7.22º | 0.66% | 0.6% | - |
| HSV(B) | 7.22º | 0.6% | 0.86% | - |
| XYZ | 36.09 | 25.6 | 12.06 | - |
| YUV | 136.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 87 | 0 | 0.53 | 0.60 | 0.14 | 7.22 | 0.66 | 0.6 |
| Hex | DC | 67 | 57 | 0 | 35 | 3C | E | 7 | 42 | 3C |
| Octal | 334 | 147 | 127 | 0 | 65 | 74 | 16 | 7 | 102 | 74 |
| Binary | 11011100 | 1100111 | 1010111 | 0 | 110101 | 111100 | 1110 | 111 | 1000010 | 111100 |
Color Harmonies of #DC6757
Complementary color
Monochromatic Colors of #DC6757
Black with #DC6757
Text Example
Text Example
White with #DC6757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6757; }
p { color: rgb(220,103,87); }
H1.HeaderClassName
{
color: #DC6757;
}
.AnyTagClassName
{
color: #DC6757;
}
</style>
background-color css
<style>
a { background-color: #DC6757; }
a { background-color: rgb(220,103,87); }
div.DivClassName
{
background-color: #DC6757;
}
.BgClassName
{
background-color: #DC6757;
}
</style>
border-color css
<style>
span { border-color: #DC6757; }
span { border-color: rgb(220,103,87); }
td.TdClassName
{
border-color: #DC6757;
}
.TagClassName
{
border-color: #DC6757;
}
</style>