Shades of Roman #DC665E
Tints of Roman #DC665E
RGB
CMYK
RGB Variations
Color information
#DC665E (or 0xDC665E) is known color: Roman. HEX triplet: DC, 66 and 5E. RGB value is (220,102,94). Sum of RGB (Red+Green+Blue) = 220+102+94=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC665E is #2399A1. Grayscale: #888888. Windows color (decimal): -2333090 or 6186716. OLE color: 6186716.
HSL color Cylindrical-coordinate representation of color #DC665E: hue angle of 3.81º 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 #DC665E is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 94 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.14 |
| HSL | 3.81º | 0.64% | 0.62% | - |
| HSV(B) | 3.81º | 0.57% | 0.86% | - |
| XYZ | 36.29 | 25.53 | 13.6 | - |
| YUV | 136.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 94 | 0 | 0.54 | 0.57 | 0.14 | 3.81 | 0.64 | 0.62 |
| Hex | DC | 66 | 5E | 0 | 36 | 39 | E | 4 | 40 | 3E |
| Octal | 334 | 146 | 136 | 0 | 66 | 71 | 16 | 4 | 100 | 76 |
| Binary | 11011100 | 1100110 | 1011110 | 0 | 110110 | 111001 | 1110 | 100 | 1000000 | 111110 |
Color Harmonies of #DC665E
Complementary color
Monochromatic Colors of #DC665E
Black with #DC665E
Text Example
Text Example
White with #DC665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC665E; }
p { color: rgb(220,102,94); }
H1.HeaderClassName
{
color: #DC665E;
}
.AnyTagClassName
{
color: #DC665E;
}
</style>
background-color css
<style>
a { background-color: #DC665E; }
a { background-color: rgb(220,102,94); }
div.DivClassName
{
background-color: #DC665E;
}
.BgClassName
{
background-color: #DC665E;
}
</style>
border-color css
<style>
span { border-color: #DC665E; }
span { border-color: rgb(220,102,94); }
td.TdClassName
{
border-color: #DC665E;
}
.TagClassName
{
border-color: #DC665E;
}
</style>