Shades of Roman #DD665C
Tints of Roman #DD665C
RGB
CMYK
RGB Variations
Color information
#DD665C (or 0xDD665C) is known color: Roman. HEX triplet: DD, 66 and 5C. RGB value is (221,102,92). Sum of RGB (Red+Green+Blue) = 221+102+92=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD665C is #2299A3. Grayscale: #888888. Windows color (decimal): -2267556 or 6055645. OLE color: 6055645.
HSL color Cylindrical-coordinate representation of color #DD665C: hue angle of 4.65º 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 #DD665C is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 92 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.13 |
| HSL | 4.65º | 0.65% | 0.61% | - |
| HSV(B) | 4.65º | 0.58% | 0.87% | - |
| XYZ | 36.5 | 25.65 | 13.15 | - |
| YUV | 136.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 92 | 0 | 0.54 | 0.58 | 0.13 | 4.65 | 0.65 | 0.61 |
| Hex | DD | 66 | 5C | 0 | 36 | 3A | D | 5 | 41 | 3D |
| Octal | 335 | 146 | 134 | 0 | 66 | 72 | 15 | 5 | 101 | 75 |
| Binary | 11011101 | 1100110 | 1011100 | 0 | 110110 | 111010 | 1101 | 101 | 1000001 | 111101 |
Color Harmonies of #DD665C
Complementary color
Monochromatic Colors of #DD665C
Black with #DD665C
Text Example
Text Example
White with #DD665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD665C; }
p { color: rgb(221,102,92); }
H1.HeaderClassName
{
color: #DD665C;
}
.AnyTagClassName
{
color: #DD665C;
}
</style>
background-color css
<style>
a { background-color: #DD665C; }
a { background-color: rgb(221,102,92); }
div.DivClassName
{
background-color: #DD665C;
}
.BgClassName
{
background-color: #DD665C;
}
</style>
border-color css
<style>
span { border-color: #DD665C; }
span { border-color: rgb(221,102,92); }
td.TdClassName
{
border-color: #DD665C;
}
.TagClassName
{
border-color: #DD665C;
}
</style>