Shades of Roman #DD6C6A
Tints of Roman #DD6C6A
RGB
CMYK
RGB Variations
Color information
#DD6C6A (or 0xDD6C6A) is known color: Roman. HEX triplet: DD, 6C and 6A. RGB value is (221,108,106). Sum of RGB (Red+Green+Blue) = 221+108+106=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C6A is #229395. Grayscale: #8D8D8D. Windows color (decimal): -2266006 or 6974685. OLE color: 6974685.
HSL color Cylindrical-coordinate representation of color #DD6C6A: hue angle of 1.04º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6C6A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 106 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.13 |
| HSL | 1.04º | 0.63% | 0.64% | - |
| HSV(B) | 1.04º | 0.52% | 0.87% | - |
| XYZ | 37.78 | 27.14 | 16.88 | - |
| YUV | 141.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 106 | 0 | 0.51 | 0.52 | 0.13 | 1.04 | 0.63 | 0.64 |
| Hex | DD | 6C | 6A | 0 | 33 | 34 | D | 1 | 3F | 40 |
| Octal | 335 | 154 | 152 | 0 | 63 | 64 | 15 | 1 | 77 | 100 |
| Binary | 11011101 | 1101100 | 1101010 | 0 | 110011 | 110100 | 1101 | 1 | 111111 | 1000000 |
Color Harmonies of #DD6C6A
Complementary color
Monochromatic Colors of #DD6C6A
Black with #DD6C6A
Text Example
Text Example
White with #DD6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C6A; }
p { color: rgb(221,108,106); }
H1.HeaderClassName
{
color: #DD6C6A;
}
.AnyTagClassName
{
color: #DD6C6A;
}
</style>
background-color css
<style>
a { background-color: #DD6C6A; }
a { background-color: rgb(221,108,106); }
div.DivClassName
{
background-color: #DD6C6A;
}
.BgClassName
{
background-color: #DD6C6A;
}
</style>
border-color css
<style>
span { border-color: #DD6C6A; }
span { border-color: rgb(221,108,106); }
td.TdClassName
{
border-color: #DD6C6A;
}
.TagClassName
{
border-color: #DD6C6A;
}
</style>