Shades of Roman #DD6B69
Tints of Roman #DD6B69
RGB
CMYK
RGB Variations
Color information
#DD6B69 (or 0xDD6B69) is known color: Roman. HEX triplet: DD, 6B and 69. RGB value is (221,107,105). Sum of RGB (Red+Green+Blue) = 221+107+105=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B69 is #229496. Grayscale: #8C8C8C. Windows color (decimal): -2266263 or 6908893. OLE color: 6908893.
HSL color Cylindrical-coordinate representation of color #DD6B69: hue angle of 1.03º 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 #DD6B69 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 105 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.13 |
| HSL | 1.03º | 0.63% | 0.64% | - |
| HSV(B) | 1.03º | 0.52% | 0.87% | - |
| XYZ | 37.63 | 26.91 | 16.58 | - |
| YUV | 140.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 105 | 0 | 0.52 | 0.52 | 0.13 | 1.03 | 0.63 | 0.64 |
| Hex | DD | 6B | 69 | 0 | 34 | 34 | D | 1 | 3F | 40 |
| Octal | 335 | 153 | 151 | 0 | 64 | 64 | 15 | 1 | 77 | 100 |
| Binary | 11011101 | 1101011 | 1101001 | 0 | 110100 | 110100 | 1101 | 1 | 111111 | 1000000 |
Color Harmonies of #DD6B69
Complementary color
Monochromatic Colors of #DD6B69
Black with #DD6B69
Text Example
Text Example
White with #DD6B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B69; }
p { color: rgb(221,107,105); }
H1.HeaderClassName
{
color: #DD6B69;
}
.AnyTagClassName
{
color: #DD6B69;
}
</style>
background-color css
<style>
a { background-color: #DD6B69; }
a { background-color: rgb(221,107,105); }
div.DivClassName
{
background-color: #DD6B69;
}
.BgClassName
{
background-color: #DD6B69;
}
</style>
border-color css
<style>
span { border-color: #DD6B69; }
span { border-color: rgb(221,107,105); }
td.TdClassName
{
border-color: #DD6B69;
}
.TagClassName
{
border-color: #DD6B69;
}
</style>