Shades of Roman #DD695D
Tints of Roman #DD695D
RGB
CMYK
RGB Variations
Color information
#DD695D (or 0xDD695D) is known color: Roman. HEX triplet: DD, 69 and 5D. RGB value is (221,105,93). Sum of RGB (Red+Green+Blue) = 221+105+93=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD695D is #2296A2. Grayscale: #8A8A8A. Windows color (decimal): -2266787 or 6121949. OLE color: 6121949.
HSL color Cylindrical-coordinate representation of color #DD695D: hue angle of 5.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD695D is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 93 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.13 |
| HSL | 5.63º | 0.65% | 0.62% | - |
| HSV(B) | 5.63º | 0.58% | 0.87% | - |
| XYZ | 36.85 | 26.27 | 13.48 | - |
| YUV | 138.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 93 | 0 | 0.52 | 0.58 | 0.13 | 5.63 | 0.65 | 0.62 |
| Hex | DD | 69 | 5D | 0 | 34 | 3A | D | 6 | 41 | 3E |
| Octal | 335 | 151 | 135 | 0 | 64 | 72 | 15 | 6 | 101 | 76 |
| Binary | 11011101 | 1101001 | 1011101 | 0 | 110100 | 111010 | 1101 | 110 | 1000001 | 111110 |
Color Harmonies of #DD695D
Complementary color
Monochromatic Colors of #DD695D
Black with #DD695D
Text Example
Text Example
White with #DD695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD695D; }
p { color: rgb(221,105,93); }
H1.HeaderClassName
{
color: #DD695D;
}
.AnyTagClassName
{
color: #DD695D;
}
</style>
background-color css
<style>
a { background-color: #DD695D; }
a { background-color: rgb(221,105,93); }
div.DivClassName
{
background-color: #DD695D;
}
.BgClassName
{
background-color: #DD695D;
}
</style>
border-color css
<style>
span { border-color: #DD695D; }
span { border-color: rgb(221,105,93); }
td.TdClassName
{
border-color: #DD695D;
}
.TagClassName
{
border-color: #DD695D;
}
</style>