Shades of Roman #DC655D
Tints of Roman #DC655D
RGB
CMYK
RGB Variations
Color information
#DC655D (or 0xDC655D) is known color: Roman. HEX triplet: DC, 65 and 5D. RGB value is (220,101,93). Sum of RGB (Red+Green+Blue) = 220+101+93=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC655D is #239AA2. Grayscale: #878787. Windows color (decimal): -2333347 or 6120924. OLE color: 6120924.
HSL color Cylindrical-coordinate representation of color #DC655D: hue angle of 3.78º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC655D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 93 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.14 |
| HSL | 3.78º | 0.64% | 0.61% | - |
| HSV(B) | 3.78º | 0.58% | 0.86% | - |
| XYZ | 36.14 | 25.31 | 13.34 | - |
| YUV | 135.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 93 | 0 | 0.54 | 0.58 | 0.14 | 3.78 | 0.64 | 0.61 |
| Hex | DC | 65 | 5D | 0 | 36 | 3A | E | 4 | 40 | 3D |
| Octal | 334 | 145 | 135 | 0 | 66 | 72 | 16 | 4 | 100 | 75 |
| Binary | 11011100 | 1100101 | 1011101 | 0 | 110110 | 111010 | 1110 | 100 | 1000000 | 111101 |
Color Harmonies of #DC655D
Complementary color
Monochromatic Colors of #DC655D
Black with #DC655D
Text Example
Text Example
White with #DC655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC655D; }
p { color: rgb(220,101,93); }
H1.HeaderClassName
{
color: #DC655D;
}
.AnyTagClassName
{
color: #DC655D;
}
</style>
background-color css
<style>
a { background-color: #DC655D; }
a { background-color: rgb(220,101,93); }
div.DivClassName
{
background-color: #DC655D;
}
.BgClassName
{
background-color: #DC655D;
}
</style>
border-color css
<style>
span { border-color: #DC655D; }
span { border-color: rgb(220,101,93); }
td.TdClassName
{
border-color: #DC655D;
}
.TagClassName
{
border-color: #DC655D;
}
</style>