Shades of Roman #DC675C
Tints of Roman #DC675C
RGB
CMYK
RGB Variations
Color information
#DC675C (or 0xDC675C) is known color: Roman. HEX triplet: DC, 67 and 5C. RGB value is (220,103,92). Sum of RGB (Red+Green+Blue) = 220+103+92=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC675C is #2398A3. Grayscale: #888888. Windows color (decimal): -2332836 or 6055900. OLE color: 6055900.
HSL color Cylindrical-coordinate representation of color #DC675C: hue angle of 5.16º degrees, saturation: 0.65, 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 #DC675C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 92 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.14 |
| HSL | 5.16º | 0.65% | 0.61% | - |
| HSV(B) | 5.16º | 0.58% | 0.86% | - |
| XYZ | 36.3 | 25.69 | 13.17 | - |
| YUV | 136.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 92 | 0 | 0.53 | 0.58 | 0.14 | 5.16 | 0.65 | 0.61 |
| Hex | DC | 67 | 5C | 0 | 35 | 3A | E | 5 | 41 | 3D |
| Octal | 334 | 147 | 134 | 0 | 65 | 72 | 16 | 5 | 101 | 75 |
| Binary | 11011100 | 1100111 | 1011100 | 0 | 110101 | 111010 | 1110 | 101 | 1000001 | 111101 |
Color Harmonies of #DC675C
Complementary color
Monochromatic Colors of #DC675C
Black with #DC675C
Text Example
Text Example
White with #DC675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC675C; }
p { color: rgb(220,103,92); }
H1.HeaderClassName
{
color: #DC675C;
}
.AnyTagClassName
{
color: #DC675C;
}
</style>
background-color css
<style>
a { background-color: #DC675C; }
a { background-color: rgb(220,103,92); }
div.DivClassName
{
background-color: #DC675C;
}
.BgClassName
{
background-color: #DC675C;
}
</style>
border-color css
<style>
span { border-color: #DC675C; }
span { border-color: rgb(220,103,92); }
td.TdClassName
{
border-color: #DC675C;
}
.TagClassName
{
border-color: #DC675C;
}
</style>