Shades of Roman #DC675D
Tints of Roman #DC675D
RGB
CMYK
RGB Variations
Color information
#DC675D (or 0xDC675D) is known color: Roman. HEX triplet: DC, 67 and 5D. RGB value is (220,103,93). Sum of RGB (Red+Green+Blue) = 220+103+93=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC675D is #2398A2. Grayscale: #898989. Windows color (decimal): -2332835 or 6121436. OLE color: 6121436.
HSL color Cylindrical-coordinate representation of color #DC675D: hue angle of 4.72º 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 #DC675D is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 93 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.14 |
| HSL | 4.72º | 0.64% | 0.61% | - |
| HSV(B) | 4.72º | 0.58% | 0.86% | - |
| XYZ | 36.34 | 25.71 | 13.4 | - |
| YUV | 136.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 93 | 0 | 0.53 | 0.58 | 0.14 | 4.72 | 0.64 | 0.61 |
| Hex | DC | 67 | 5D | 0 | 35 | 3A | E | 5 | 40 | 3D |
| Octal | 334 | 147 | 135 | 0 | 65 | 72 | 16 | 5 | 100 | 75 |
| Binary | 11011100 | 1100111 | 1011101 | 0 | 110101 | 111010 | 1110 | 101 | 1000000 | 111101 |
Color Harmonies of #DC675D
Complementary color
Monochromatic Colors of #DC675D
Black with #DC675D
Text Example
Text Example
White with #DC675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC675D; }
p { color: rgb(220,103,93); }
H1.HeaderClassName
{
color: #DC675D;
}
.AnyTagClassName
{
color: #DC675D;
}
</style>
background-color css
<style>
a { background-color: #DC675D; }
a { background-color: rgb(220,103,93); }
div.DivClassName
{
background-color: #DC675D;
}
.BgClassName
{
background-color: #DC675D;
}
</style>
border-color css
<style>
span { border-color: #DC675D; }
span { border-color: rgb(220,103,93); }
td.TdClassName
{
border-color: #DC675D;
}
.TagClassName
{
border-color: #DC675D;
}
</style>