Shades of Roman #DD685B
Tints of Roman #DD685B
RGB
CMYK
RGB Variations
Color information
#DD685B (or 0xDD685B) is known color: Roman. HEX triplet: DD, 68 and 5B. RGB value is (221,104,91). Sum of RGB (Red+Green+Blue) = 221+104+91=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD685B is #2297A4. Grayscale: #898989. Windows color (decimal): -2267045 or 5990621. OLE color: 5990621.
HSL color Cylindrical-coordinate representation of color #DD685B: hue angle of 6º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD685B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 91 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.13 |
| HSL | 6º | 0.66% | 0.61% | - |
| HSV(B) | 6º | 0.59% | 0.87% | - |
| XYZ | 36.66 | 26.03 | 12.99 | - |
| YUV | 137.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 91 | 0 | 0.53 | 0.59 | 0.13 | 6 | 0.66 | 0.61 |
| Hex | DD | 68 | 5B | 0 | 35 | 3B | D | 6 | 42 | 3D |
| Octal | 335 | 150 | 133 | 0 | 65 | 73 | 15 | 6 | 102 | 75 |
| Binary | 11011101 | 1101000 | 1011011 | 0 | 110101 | 111011 | 1101 | 110 | 1000010 | 111101 |
Color Harmonies of #DD685B
Complementary color
Monochromatic Colors of #DD685B
Black with #DD685B
Text Example
Text Example
White with #DD685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD685B; }
p { color: rgb(221,104,91); }
H1.HeaderClassName
{
color: #DD685B;
}
.AnyTagClassName
{
color: #DD685B;
}
</style>
background-color css
<style>
a { background-color: #DD685B; }
a { background-color: rgb(221,104,91); }
div.DivClassName
{
background-color: #DD685B;
}
.BgClassName
{
background-color: #DD685B;
}
</style>
border-color css
<style>
span { border-color: #DD685B; }
span { border-color: rgb(221,104,91); }
td.TdClassName
{
border-color: #DD685B;
}
.TagClassName
{
border-color: #DD685B;
}
</style>