Shades of Roman #DC6A67
Tints of Roman #DC6A67
RGB
CMYK
RGB Variations
Color information
#DC6A67 (or 0xDC6A67) is known color: Roman. HEX triplet: DC, 6A and 67. RGB value is (220,106,103). Sum of RGB (Red+Green+Blue) = 220+106+103=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A67 is #239598. Grayscale: #8B8B8B. Windows color (decimal): -2332057 or 6777564. OLE color: 6777564.
HSL color Cylindrical-coordinate representation of color #DC6A67: hue angle of 1.54º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6A67 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 103 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.14 |
| HSL | 1.54º | 0.63% | 0.63% | - |
| HSV(B) | 1.54º | 0.53% | 0.86% | - |
| XYZ | 37.12 | 26.5 | 15.99 | - |
| YUV | 139.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 103 | 0 | 0.52 | 0.53 | 0.14 | 1.54 | 0.63 | 0.63 |
| Hex | DC | 6A | 67 | 0 | 34 | 35 | E | 2 | 3F | 3F |
| Octal | 334 | 152 | 147 | 0 | 64 | 65 | 16 | 2 | 77 | 77 |
| Binary | 11011100 | 1101010 | 1100111 | 0 | 110100 | 110101 | 1110 | 10 | 111111 | 111111 |
Color Harmonies of #DC6A67
Complementary color
Monochromatic Colors of #DC6A67
Black with #DC6A67
Text Example
Text Example
White with #DC6A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A67; }
p { color: rgb(220,106,103); }
H1.HeaderClassName
{
color: #DC6A67;
}
.AnyTagClassName
{
color: #DC6A67;
}
</style>
background-color css
<style>
a { background-color: #DC6A67; }
a { background-color: rgb(220,106,103); }
div.DivClassName
{
background-color: #DC6A67;
}
.BgClassName
{
background-color: #DC6A67;
}
</style>
border-color css
<style>
span { border-color: #DC6A67; }
span { border-color: rgb(220,106,103); }
td.TdClassName
{
border-color: #DC6A67;
}
.TagClassName
{
border-color: #DC6A67;
}
</style>