Shades of Roman #DC6B6B
Tints of Roman #DC6B6B
RGB
CMYK
RGB Variations
Color information
#DC6B6B (or 0xDC6B6B) is known color: Roman. HEX triplet: DC, 6B and 6B. RGB value is (220,107,107). Sum of RGB (Red+Green+Blue) = 220+107+107=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B6B is #239494. Grayscale: #8C8C8C. Windows color (decimal): -2331797 or 7039964. OLE color: 7039964.
HSL color Cylindrical-coordinate representation of color #DC6B6B: hue angle of 0º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6B6B is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 107 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.14 |
| HSL | 0º | 0.62% | 0.64% | - |
| HSV(B) | 0º | 0.51% | 0.86% | - |
| XYZ | 37.43 | 26.79 | 17.11 | - |
| YUV | 140.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 107 | 0 | 0.51 | 0.51 | 0.14 | 0 | 0.62 | 0.64 |
| Hex | DC | 6B | 6B | 0 | 33 | 33 | E | 0 | 3E | 40 |
| Octal | 334 | 153 | 153 | 0 | 63 | 63 | 16 | 0 | 76 | 100 |
| Binary | 11011100 | 1101011 | 1101011 | 0 | 110011 | 110011 | 1110 | 0 | 111110 | 1000000 |
Color Harmonies of #DC6B6B
Complementary color
Monochromatic Colors of #DC6B6B
Black with #DC6B6B
Text Example
Text Example
White with #DC6B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B6B; }
p { color: rgb(220,107,107); }
H1.HeaderClassName
{
color: #DC6B6B;
}
.AnyTagClassName
{
color: #DC6B6B;
}
</style>
background-color css
<style>
a { background-color: #DC6B6B; }
a { background-color: rgb(220,107,107); }
div.DivClassName
{
background-color: #DC6B6B;
}
.BgClassName
{
background-color: #DC6B6B;
}
</style>
border-color css
<style>
span { border-color: #DC6B6B; }
span { border-color: rgb(220,107,107); }
td.TdClassName
{
border-color: #DC6B6B;
}
.TagClassName
{
border-color: #DC6B6B;
}
</style>