Shades of Roman #DC6058
Tints of Roman #DC6058
RGB
CMYK
RGB Variations
Color information
#DC6058 (or 0xDC6058) is known color: Roman. HEX triplet: DC, 60 and 58. RGB value is (220,96,88). Sum of RGB (Red+Green+Blue) = 220+96+88=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6058 is #239FA7. Grayscale: #848484. Windows color (decimal): -2334632 or 5791964. OLE color: 5791964.
HSL color Cylindrical-coordinate representation of color #DC6058: hue angle of 3.64º degrees, saturation: 0.65, 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 #DC6058 is Cyan = 0, Magento = 0.56, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 88 | - |
| CMYK | 0 | 0.56 | 0.6 | 0.14 |
| HSL | 3.64º | 0.65% | 0.6% | - |
| HSV(B) | 3.64º | 0.6% | 0.86% | - |
| XYZ | 35.46 | 24.29 | 12.05 | - |
| YUV | 132.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 88 | 0 | 0.56 | 0.6 | 0.14 | 3.64 | 0.65 | 0.6 |
| Hex | DC | 60 | 58 | 0 | 38 | 3C | E | 4 | 41 | 3C |
| Octal | 334 | 140 | 130 | 0 | 70 | 74 | 16 | 4 | 101 | 74 |
| Binary | 11011100 | 1100000 | 1011000 | 0 | 111000 | 111100 | 1110 | 100 | 1000001 | 111100 |
Color Harmonies of #DC6058
Complementary color
Monochromatic Colors of #DC6058
Black with #DC6058
Text Example
Text Example
White with #DC6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6058; }
p { color: rgb(220,96,88); }
H1.HeaderClassName
{
color: #DC6058;
}
.AnyTagClassName
{
color: #DC6058;
}
</style>
background-color css
<style>
a { background-color: #DC6058; }
a { background-color: rgb(220,96,88); }
div.DivClassName
{
background-color: #DC6058;
}
.BgClassName
{
background-color: #DC6058;
}
</style>
border-color css
<style>
span { border-color: #DC6058; }
span { border-color: rgb(220,96,88); }
td.TdClassName
{
border-color: #DC6058;
}
.TagClassName
{
border-color: #DC6058;
}
</style>