Shades of Roman #DC685D
Tints of Roman #DC685D
RGB
CMYK
RGB Variations
Color information
#DC685D (or 0xDC685D) is known color: Roman. HEX triplet: DC, 68 and 5D. RGB value is (220,104,93). Sum of RGB (Red+Green+Blue) = 220+104+93=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC685D is #2397A2. Grayscale: #898989. Windows color (decimal): -2332579 or 6121692. OLE color: 6121692.
HSL color Cylindrical-coordinate representation of color #DC685D: hue angle of 5.2º 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 #DC685D is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 93 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.14 |
| HSL | 5.2º | 0.64% | 0.61% | - |
| HSV(B) | 5.2º | 0.58% | 0.86% | - |
| XYZ | 36.44 | 25.91 | 13.44 | - |
| YUV | 137.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 93 | 0 | 0.53 | 0.58 | 0.14 | 5.2 | 0.64 | 0.61 |
| Hex | DC | 68 | 5D | 0 | 35 | 3A | E | 5 | 40 | 3D |
| Octal | 334 | 150 | 135 | 0 | 65 | 72 | 16 | 5 | 100 | 75 |
| Binary | 11011100 | 1101000 | 1011101 | 0 | 110101 | 111010 | 1110 | 101 | 1000000 | 111101 |
Color Harmonies of #DC685D
Complementary color
Monochromatic Colors of #DC685D
Black with #DC685D
Text Example
Text Example
White with #DC685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC685D; }
p { color: rgb(220,104,93); }
H1.HeaderClassName
{
color: #DC685D;
}
.AnyTagClassName
{
color: #DC685D;
}
</style>
background-color css
<style>
a { background-color: #DC685D; }
a { background-color: rgb(220,104,93); }
div.DivClassName
{
background-color: #DC685D;
}
.BgClassName
{
background-color: #DC685D;
}
</style>
border-color css
<style>
span { border-color: #DC685D; }
span { border-color: rgb(220,104,93); }
td.TdClassName
{
border-color: #DC685D;
}
.TagClassName
{
border-color: #DC685D;
}
</style>