Shades of Roman #DC6966
Tints of Roman #DC6966
RGB
CMYK
RGB Variations
Color information
#DC6966 (or 0xDC6966) is known color: Roman. HEX triplet: DC, 69 and 66. RGB value is (220,105,102). Sum of RGB (Red+Green+Blue) = 220+105+102=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6966 is #239699. Grayscale: #8B8B8B. Windows color (decimal): -2332314 or 6711772. OLE color: 6711772.
HSL color Cylindrical-coordinate representation of color #DC6966: hue angle of 1.53º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6966 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 102 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.14 |
| HSL | 1.53º | 0.63% | 0.63% | - |
| HSV(B) | 1.53º | 0.54% | 0.86% | - |
| XYZ | 36.97 | 26.28 | 15.69 | - |
| YUV | 139.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 102 | 0 | 0.52 | 0.54 | 0.14 | 1.53 | 0.63 | 0.63 |
| Hex | DC | 69 | 66 | 0 | 34 | 36 | E | 2 | 3F | 3F |
| Octal | 334 | 151 | 146 | 0 | 64 | 66 | 16 | 2 | 77 | 77 |
| Binary | 11011100 | 1101001 | 1100110 | 0 | 110100 | 110110 | 1110 | 10 | 111111 | 111111 |
Color Harmonies of #DC6966
Complementary color
Monochromatic Colors of #DC6966
Black with #DC6966
Text Example
Text Example
White with #DC6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6966; }
p { color: rgb(220,105,102); }
H1.HeaderClassName
{
color: #DC6966;
}
.AnyTagClassName
{
color: #DC6966;
}
</style>
background-color css
<style>
a { background-color: #DC6966; }
a { background-color: rgb(220,105,102); }
div.DivClassName
{
background-color: #DC6966;
}
.BgClassName
{
background-color: #DC6966;
}
</style>
border-color css
<style>
span { border-color: #DC6966; }
span { border-color: rgb(220,105,102); }
td.TdClassName
{
border-color: #DC6966;
}
.TagClassName
{
border-color: #DC6966;
}
</style>