Shades of Roman #DC685F
Tints of Roman #DC685F
RGB
CMYK
RGB Variations
Color information
#DC685F (or 0xDC685F) is known color: Roman. HEX triplet: DC, 68 and 5F. RGB value is (220,104,95). Sum of RGB (Red+Green+Blue) = 220+104+95=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC685F is #2397A0. Grayscale: #898989. Windows color (decimal): -2332577 or 6252764. OLE color: 6252764.
HSL color Cylindrical-coordinate representation of color #DC685F: hue angle of 4.32º 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 #DC685F is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 95 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.14 |
| HSL | 4.32º | 0.64% | 0.62% | - |
| HSV(B) | 4.32º | 0.57% | 0.86% | - |
| XYZ | 36.53 | 25.94 | 13.91 | - |
| YUV | 137.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 95 | 0 | 0.53 | 0.57 | 0.14 | 4.32 | 0.64 | 0.62 |
| Hex | DC | 68 | 5F | 0 | 35 | 39 | E | 4 | 40 | 3E |
| Octal | 334 | 150 | 137 | 0 | 65 | 71 | 16 | 4 | 100 | 76 |
| Binary | 11011100 | 1101000 | 1011111 | 0 | 110101 | 111001 | 1110 | 100 | 1000000 | 111110 |
Color Harmonies of #DC685F
Complementary color
Monochromatic Colors of #DC685F
Black with #DC685F
Text Example
Text Example
White with #DC685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC685F; }
p { color: rgb(220,104,95); }
H1.HeaderClassName
{
color: #DC685F;
}
.AnyTagClassName
{
color: #DC685F;
}
</style>
background-color css
<style>
a { background-color: #DC685F; }
a { background-color: rgb(220,104,95); }
div.DivClassName
{
background-color: #DC685F;
}
.BgClassName
{
background-color: #DC685F;
}
</style>
border-color css
<style>
span { border-color: #DC685F; }
span { border-color: rgb(220,104,95); }
td.TdClassName
{
border-color: #DC685F;
}
.TagClassName
{
border-color: #DC685F;
}
</style>