Shades of Roman #DD695F
Tints of Roman #DD695F
RGB
CMYK
RGB Variations
Color information
#DD695F (or 0xDD695F) is known color: Roman. HEX triplet: DD, 69 and 5F. RGB value is (221,105,95). Sum of RGB (Red+Green+Blue) = 221+105+95=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD695F is #2296A0. Grayscale: #8A8A8A. Windows color (decimal): -2266785 or 6253021. OLE color: 6253021.
HSL color Cylindrical-coordinate representation of color #DD695F: hue angle of 4.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD695F is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 95 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.13 |
| HSL | 4.76º | 0.65% | 0.62% | - |
| HSV(B) | 4.76º | 0.57% | 0.87% | - |
| XYZ | 36.94 | 26.3 | 13.96 | - |
| YUV | 138.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 95 | 0 | 0.52 | 0.57 | 0.13 | 4.76 | 0.65 | 0.62 |
| Hex | DD | 69 | 5F | 0 | 34 | 39 | D | 5 | 41 | 3E |
| Octal | 335 | 151 | 137 | 0 | 64 | 71 | 15 | 5 | 101 | 76 |
| Binary | 11011101 | 1101001 | 1011111 | 0 | 110100 | 111001 | 1101 | 101 | 1000001 | 111110 |
Color Harmonies of #DD695F
Complementary color
Monochromatic Colors of #DD695F
Black with #DD695F
Text Example
Text Example
White with #DD695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD695F; }
p { color: rgb(221,105,95); }
H1.HeaderClassName
{
color: #DD695F;
}
.AnyTagClassName
{
color: #DD695F;
}
</style>
background-color css
<style>
a { background-color: #DD695F; }
a { background-color: rgb(221,105,95); }
div.DivClassName
{
background-color: #DD695F;
}
.BgClassName
{
background-color: #DD695F;
}
</style>
border-color css
<style>
span { border-color: #DD695F; }
span { border-color: rgb(221,105,95); }
td.TdClassName
{
border-color: #DD695F;
}
.TagClassName
{
border-color: #DD695F;
}
</style>