Shades of Roman #DD665F
Tints of Roman #DD665F
RGB
CMYK
RGB Variations
Color information
#DD665F (or 0xDD665F) is known color: Roman. HEX triplet: DD, 66 and 5F. RGB value is (221,102,95). Sum of RGB (Red+Green+Blue) = 221+102+95=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD665F is #2299A0. Grayscale: #888888. Windows color (decimal): -2267553 or 6252253. OLE color: 6252253.
HSL color Cylindrical-coordinate representation of color #DD665F: hue angle of 3.33º 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 #DD665F is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 95 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.13 |
| HSL | 3.33º | 0.65% | 0.62% | - |
| HSV(B) | 3.33º | 0.57% | 0.87% | - |
| XYZ | 36.64 | 25.7 | 13.86 | - |
| YUV | 136.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 95 | 0 | 0.54 | 0.57 | 0.13 | 3.33 | 0.65 | 0.62 |
| Hex | DD | 66 | 5F | 0 | 36 | 39 | D | 3 | 41 | 3E |
| Octal | 335 | 146 | 137 | 0 | 66 | 71 | 15 | 3 | 101 | 76 |
| Binary | 11011101 | 1100110 | 1011111 | 0 | 110110 | 111001 | 1101 | 11 | 1000001 | 111110 |
Color Harmonies of #DD665F
Complementary color
Monochromatic Colors of #DD665F
Black with #DD665F
Text Example
Text Example
White with #DD665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD665F; }
p { color: rgb(221,102,95); }
H1.HeaderClassName
{
color: #DD665F;
}
.AnyTagClassName
{
color: #DD665F;
}
</style>
background-color css
<style>
a { background-color: #DD665F; }
a { background-color: rgb(221,102,95); }
div.DivClassName
{
background-color: #DD665F;
}
.BgClassName
{
background-color: #DD665F;
}
</style>
border-color css
<style>
span { border-color: #DD665F; }
span { border-color: rgb(221,102,95); }
td.TdClassName
{
border-color: #DD665F;
}
.TagClassName
{
border-color: #DD665F;
}
</style>