Shades of Roman #DC6B66
Tints of Roman #DC6B66
RGB
CMYK
RGB Variations
Color information
#DC6B66 (or 0xDC6B66) is known color: Roman. HEX triplet: DC, 6B and 66. RGB value is (220,107,102). Sum of RGB (Red+Green+Blue) = 220+107+102=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B66 is #239499. Grayscale: #8C8C8C. Windows color (decimal): -2331802 or 6712284. OLE color: 6712284.
HSL color Cylindrical-coordinate representation of color #DC6B66: hue angle of 2.54º 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 #DC6B66 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 102 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.14 |
| HSL | 2.54º | 0.63% | 0.63% | - |
| HSV(B) | 2.54º | 0.54% | 0.86% | - |
| XYZ | 37.17 | 26.69 | 15.76 | - |
| YUV | 140.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 102 | 0 | 0.51 | 0.54 | 0.14 | 2.54 | 0.63 | 0.63 |
| Hex | DC | 6B | 66 | 0 | 33 | 36 | E | 3 | 3F | 3F |
| Octal | 334 | 153 | 146 | 0 | 63 | 66 | 16 | 3 | 77 | 77 |
| Binary | 11011100 | 1101011 | 1100110 | 0 | 110011 | 110110 | 1110 | 11 | 111111 | 111111 |
Color Harmonies of #DC6B66
Complementary color
Monochromatic Colors of #DC6B66
Black with #DC6B66
Text Example
Text Example
White with #DC6B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B66; }
p { color: rgb(220,107,102); }
H1.HeaderClassName
{
color: #DC6B66;
}
.AnyTagClassName
{
color: #DC6B66;
}
</style>
background-color css
<style>
a { background-color: #DC6B66; }
a { background-color: rgb(220,107,102); }
div.DivClassName
{
background-color: #DC6B66;
}
.BgClassName
{
background-color: #DC6B66;
}
</style>
border-color css
<style>
span { border-color: #DC6B66; }
span { border-color: rgb(220,107,102); }
td.TdClassName
{
border-color: #DC6B66;
}
.TagClassName
{
border-color: #DC6B66;
}
</style>