Shades of Roman #DC655F
Tints of Roman #DC655F
RGB
CMYK
RGB Variations
Color information
#DC655F (or 0xDC655F) is known color: Roman. HEX triplet: DC, 65 and 5F. RGB value is (220,101,95). Sum of RGB (Red+Green+Blue) = 220+101+95=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC655F is #239AA0. Grayscale: #888888. Windows color (decimal): -2333345 or 6251996. OLE color: 6251996.
HSL color Cylindrical-coordinate representation of color #DC655F: hue angle of 2.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC655F is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 95 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.14 |
| HSL | 2.88º | 0.64% | 0.62% | - |
| HSV(B) | 2.88º | 0.57% | 0.86% | - |
| XYZ | 36.23 | 25.35 | 13.81 | - |
| YUV | 135.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 95 | 0 | 0.54 | 0.57 | 0.14 | 2.88 | 0.64 | 0.62 |
| Hex | DC | 65 | 5F | 0 | 36 | 39 | E | 3 | 40 | 3E |
| Octal | 334 | 145 | 137 | 0 | 66 | 71 | 16 | 3 | 100 | 76 |
| Binary | 11011100 | 1100101 | 1011111 | 0 | 110110 | 111001 | 1110 | 11 | 1000000 | 111110 |
Color Harmonies of #DC655F
Complementary color
Monochromatic Colors of #DC655F
Black with #DC655F
Text Example
Text Example
White with #DC655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC655F; }
p { color: rgb(220,101,95); }
H1.HeaderClassName
{
color: #DC655F;
}
.AnyTagClassName
{
color: #DC655F;
}
</style>
background-color css
<style>
a { background-color: #DC655F; }
a { background-color: rgb(220,101,95); }
div.DivClassName
{
background-color: #DC655F;
}
.BgClassName
{
background-color: #DC655F;
}
</style>
border-color css
<style>
span { border-color: #DC655F; }
span { border-color: rgb(220,101,95); }
td.TdClassName
{
border-color: #DC655F;
}
.TagClassName
{
border-color: #DC655F;
}
</style>