Shades of Roman #DD655B
Tints of Roman #DD655B
RGB
CMYK
RGB Variations
Color information
#DD655B (or 0xDD655B) is known color: Roman. HEX triplet: DD, 65 and 5B. RGB value is (221,101,91). Sum of RGB (Red+Green+Blue) = 221+101+91=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD655B is #229AA4. Grayscale: #878787. Windows color (decimal): -2267813 or 5989853. OLE color: 5989853.
HSL color Cylindrical-coordinate representation of color #DD655B: hue angle of 4.62º 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 #DD655B is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 91 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.13 |
| HSL | 4.62º | 0.66% | 0.61% | - |
| HSV(B) | 4.62º | 0.59% | 0.87% | - |
| XYZ | 36.36 | 25.43 | 12.89 | - |
| YUV | 135.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 91 | 0 | 0.54 | 0.59 | 0.13 | 4.62 | 0.66 | 0.61 |
| Hex | DD | 65 | 5B | 0 | 36 | 3B | D | 5 | 42 | 3D |
| Octal | 335 | 145 | 133 | 0 | 66 | 73 | 15 | 5 | 102 | 75 |
| Binary | 11011101 | 1100101 | 1011011 | 0 | 110110 | 111011 | 1101 | 101 | 1000010 | 111101 |
Color Harmonies of #DD655B
Complementary color
Monochromatic Colors of #DD655B
Black with #DD655B
Text Example
Text Example
White with #DD655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD655B; }
p { color: rgb(221,101,91); }
H1.HeaderClassName
{
color: #DD655B;
}
.AnyTagClassName
{
color: #DD655B;
}
</style>
background-color css
<style>
a { background-color: #DD655B; }
a { background-color: rgb(221,101,91); }
div.DivClassName
{
background-color: #DD655B;
}
.BgClassName
{
background-color: #DD655B;
}
</style>
border-color css
<style>
span { border-color: #DD655B; }
span { border-color: rgb(221,101,91); }
td.TdClassName
{
border-color: #DD655B;
}
.TagClassName
{
border-color: #DD655B;
}
</style>