Shades of Roman #DC645D
Tints of Roman #DC645D
RGB
CMYK
RGB Variations
Color information
#DC645D (or 0xDC645D) is known color: Roman. HEX triplet: DC, 64 and 5D. RGB value is (220,100,93). Sum of RGB (Red+Green+Blue) = 220+100+93=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC645D is #239BA2. Grayscale: #878787. Windows color (decimal): -2333603 or 6120668. OLE color: 6120668.
HSL color Cylindrical-coordinate representation of color #DC645D: hue angle of 3.31º 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 #DC645D is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 93 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.14 |
| HSL | 3.31º | 0.64% | 0.61% | - |
| HSV(B) | 3.31º | 0.58% | 0.86% | - |
| XYZ | 36.05 | 25.12 | 13.3 | - |
| YUV | 135.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 93 | 0 | 0.55 | 0.58 | 0.14 | 3.31 | 0.64 | 0.61 |
| Hex | DC | 64 | 5D | 0 | 37 | 3A | E | 3 | 40 | 3D |
| Octal | 334 | 144 | 135 | 0 | 67 | 72 | 16 | 3 | 100 | 75 |
| Binary | 11011100 | 1100100 | 1011101 | 0 | 110111 | 111010 | 1110 | 11 | 1000000 | 111101 |
Color Harmonies of #DC645D
Complementary color
Monochromatic Colors of #DC645D
Black with #DC645D
Text Example
Text Example
White with #DC645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC645D; }
p { color: rgb(220,100,93); }
H1.HeaderClassName
{
color: #DC645D;
}
.AnyTagClassName
{
color: #DC645D;
}
</style>
background-color css
<style>
a { background-color: #DC645D; }
a { background-color: rgb(220,100,93); }
div.DivClassName
{
background-color: #DC645D;
}
.BgClassName
{
background-color: #DC645D;
}
</style>
border-color css
<style>
span { border-color: #DC645D; }
span { border-color: rgb(220,100,93); }
td.TdClassName
{
border-color: #DC645D;
}
.TagClassName
{
border-color: #DC645D;
}
</style>