Shades of Roman #DC665B
Tints of Roman #DC665B
RGB
CMYK
RGB Variations
Color information
#DC665B (or 0xDC665B) is known color: Roman. HEX triplet: DC, 66 and 5B. RGB value is (220,102,91). Sum of RGB (Red+Green+Blue) = 220+102+91=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC665B is #2399A4. Grayscale: #888888. Windows color (decimal): -2333093 or 5990108. OLE color: 5990108.
HSL color Cylindrical-coordinate representation of color #DC665B: hue angle of 5.12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC665B is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 91 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.14 |
| HSL | 5.12º | 0.65% | 0.61% | - |
| HSV(B) | 5.12º | 0.59% | 0.86% | - |
| XYZ | 36.15 | 25.47 | 12.91 | - |
| YUV | 136.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 91 | 0 | 0.54 | 0.59 | 0.14 | 5.12 | 0.65 | 0.61 |
| Hex | DC | 66 | 5B | 0 | 36 | 3B | E | 5 | 41 | 3D |
| Octal | 334 | 146 | 133 | 0 | 66 | 73 | 16 | 5 | 101 | 75 |
| Binary | 11011100 | 1100110 | 1011011 | 0 | 110110 | 111011 | 1110 | 101 | 1000001 | 111101 |
Color Harmonies of #DC665B
Complementary color
Monochromatic Colors of #DC665B
Black with #DC665B
Text Example
Text Example
White with #DC665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC665B; }
p { color: rgb(220,102,91); }
H1.HeaderClassName
{
color: #DC665B;
}
.AnyTagClassName
{
color: #DC665B;
}
</style>
background-color css
<style>
a { background-color: #DC665B; }
a { background-color: rgb(220,102,91); }
div.DivClassName
{
background-color: #DC665B;
}
.BgClassName
{
background-color: #DC665B;
}
</style>
border-color css
<style>
span { border-color: #DC665B; }
span { border-color: rgb(220,102,91); }
td.TdClassName
{
border-color: #DC665B;
}
.TagClassName
{
border-color: #DC665B;
}
</style>