Shades of Roman #DC6A69
Tints of Roman #DC6A69
RGB
CMYK
RGB Variations
Color information
#DC6A69 (or 0xDC6A69) is known color: Roman. HEX triplet: DC, 6A and 69. RGB value is (220,106,105). Sum of RGB (Red+Green+Blue) = 220+106+105=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A69 is #239596. Grayscale: #8C8C8C. Windows color (decimal): -2332055 or 6908636. OLE color: 6908636.
HSL color Cylindrical-coordinate representation of color #DC6A69: hue angle of 0.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6A69 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 105 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.14 |
| HSL | 0.52º | 0.62% | 0.64% | - |
| HSV(B) | 0.52º | 0.52% | 0.86% | - |
| XYZ | 37.22 | 26.54 | 16.53 | - |
| YUV | 139.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 105 | 0 | 0.52 | 0.52 | 0.14 | 0.52 | 0.62 | 0.64 |
| Hex | DC | 6A | 69 | 0 | 34 | 34 | E | 1 | 3E | 40 |
| Octal | 334 | 152 | 151 | 0 | 64 | 64 | 16 | 1 | 76 | 100 |
| Binary | 11011100 | 1101010 | 1101001 | 0 | 110100 | 110100 | 1110 | 1 | 111110 | 1000000 |
Color Harmonies of #DC6A69
Complementary color
Monochromatic Colors of #DC6A69
Black with #DC6A69
Text Example
Text Example
White with #DC6A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A69; }
p { color: rgb(220,106,105); }
H1.HeaderClassName
{
color: #DC6A69;
}
.AnyTagClassName
{
color: #DC6A69;
}
</style>
background-color css
<style>
a { background-color: #DC6A69; }
a { background-color: rgb(220,106,105); }
div.DivClassName
{
background-color: #DC6A69;
}
.BgClassName
{
background-color: #DC6A69;
}
</style>
border-color css
<style>
span { border-color: #DC6A69; }
span { border-color: rgb(220,106,105); }
td.TdClassName
{
border-color: #DC6A69;
}
.TagClassName
{
border-color: #DC6A69;
}
</style>