Shades of Roman #DD6B6A
Tints of Roman #DD6B6A
RGB
CMYK
RGB Variations
Color information
#DD6B6A (or 0xDD6B6A) is known color: Roman. HEX triplet: DD, 6B and 6A. RGB value is (221,107,106). Sum of RGB (Red+Green+Blue) = 221+107+106=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B6A is #229495. Grayscale: #8D8D8D. Windows color (decimal): -2266262 or 6974429. OLE color: 6974429.
HSL color Cylindrical-coordinate representation of color #DD6B6A: hue angle of 0.52º 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 #DD6B6A is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 106 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.13 |
| HSL | 0.52º | 0.63% | 0.64% | - |
| HSV(B) | 0.52º | 0.52% | 0.87% | - |
| XYZ | 37.68 | 26.93 | 16.85 | - |
| YUV | 140.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 106 | 0 | 0.52 | 0.52 | 0.13 | 0.52 | 0.63 | 0.64 |
| Hex | DD | 6B | 6A | 0 | 34 | 34 | D | 1 | 3F | 40 |
| Octal | 335 | 153 | 152 | 0 | 64 | 64 | 15 | 1 | 77 | 100 |
| Binary | 11011101 | 1101011 | 1101010 | 0 | 110100 | 110100 | 1101 | 1 | 111111 | 1000000 |
Color Harmonies of #DD6B6A
Complementary color
Monochromatic Colors of #DD6B6A
Black with #DD6B6A
Text Example
Text Example
White with #DD6B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B6A; }
p { color: rgb(221,107,106); }
H1.HeaderClassName
{
color: #DD6B6A;
}
.AnyTagClassName
{
color: #DD6B6A;
}
</style>
background-color css
<style>
a { background-color: #DD6B6A; }
a { background-color: rgb(221,107,106); }
div.DivClassName
{
background-color: #DD6B6A;
}
.BgClassName
{
background-color: #DD6B6A;
}
</style>
border-color css
<style>
span { border-color: #DD6B6A; }
span { border-color: rgb(221,107,106); }
td.TdClassName
{
border-color: #DD6B6A;
}
.TagClassName
{
border-color: #DD6B6A;
}
</style>