Shades of Roman #DD695C
Tints of Roman #DD695C
RGB
CMYK
RGB Variations
Color information
#DD695C (or 0xDD695C) is known color: Roman. HEX triplet: DD, 69 and 5C. RGB value is (221,105,92). Sum of RGB (Red+Green+Blue) = 221+105+92=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD695C is #2296A3. Grayscale: #8A8A8A. Windows color (decimal): -2266788 or 6056413. OLE color: 6056413.
HSL color Cylindrical-coordinate representation of color #DD695C: hue angle of 6.05º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD695C is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 92 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.13 |
| HSL | 6.05º | 0.65% | 0.61% | - |
| HSV(B) | 6.05º | 0.58% | 0.87% | - |
| XYZ | 36.8 | 26.25 | 13.25 | - |
| YUV | 138.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 92 | 0 | 0.52 | 0.58 | 0.13 | 6.05 | 0.65 | 0.61 |
| Hex | DD | 69 | 5C | 0 | 34 | 3A | D | 6 | 41 | 3D |
| Octal | 335 | 151 | 134 | 0 | 64 | 72 | 15 | 6 | 101 | 75 |
| Binary | 11011101 | 1101001 | 1011100 | 0 | 110100 | 111010 | 1101 | 110 | 1000001 | 111101 |
Color Harmonies of #DD695C
Complementary color
Monochromatic Colors of #DD695C
Black with #DD695C
Text Example
Text Example
White with #DD695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD695C; }
p { color: rgb(221,105,92); }
H1.HeaderClassName
{
color: #DD695C;
}
.AnyTagClassName
{
color: #DD695C;
}
</style>
background-color css
<style>
a { background-color: #DD695C; }
a { background-color: rgb(221,105,92); }
div.DivClassName
{
background-color: #DD695C;
}
.BgClassName
{
background-color: #DD695C;
}
</style>
border-color css
<style>
span { border-color: #DD695C; }
span { border-color: rgb(221,105,92); }
td.TdClassName
{
border-color: #DD695C;
}
.TagClassName
{
border-color: #DD695C;
}
</style>