Shades of Roman #DC645E
Tints of Roman #DC645E
RGB
CMYK
RGB Variations
Color information
#DC645E (or 0xDC645E) is known color: Roman. HEX triplet: DC, 64 and 5E. RGB value is (220,100,94). Sum of RGB (Red+Green+Blue) = 220+100+94=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC645E is #239BA1. Grayscale: #878787. Windows color (decimal): -2333602 or 6186204. OLE color: 6186204.
HSL color Cylindrical-coordinate representation of color #DC645E: hue angle of 2.86º 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 #DC645E is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 94 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.14 |
| HSL | 2.86º | 0.64% | 0.62% | - |
| HSV(B) | 2.86º | 0.57% | 0.86% | - |
| XYZ | 36.09 | 25.14 | 13.54 | - |
| YUV | 135.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 94 | 0 | 0.55 | 0.57 | 0.14 | 2.86 | 0.64 | 0.62 |
| Hex | DC | 64 | 5E | 0 | 37 | 39 | E | 3 | 40 | 3E |
| Octal | 334 | 144 | 136 | 0 | 67 | 71 | 16 | 3 | 100 | 76 |
| Binary | 11011100 | 1100100 | 1011110 | 0 | 110111 | 111001 | 1110 | 11 | 1000000 | 111110 |
Color Harmonies of #DC645E
Complementary color
Monochromatic Colors of #DC645E
Black with #DC645E
Text Example
Text Example
White with #DC645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC645E; }
p { color: rgb(220,100,94); }
H1.HeaderClassName
{
color: #DC645E;
}
.AnyTagClassName
{
color: #DC645E;
}
</style>
background-color css
<style>
a { background-color: #DC645E; }
a { background-color: rgb(220,100,94); }
div.DivClassName
{
background-color: #DC645E;
}
.BgClassName
{
background-color: #DC645E;
}
</style>
border-color css
<style>
span { border-color: #DC645E; }
span { border-color: rgb(220,100,94); }
td.TdClassName
{
border-color: #DC645E;
}
.TagClassName
{
border-color: #DC645E;
}
</style>