Shades of Froly #DD666C
Tints of Froly #DD666C
RGB
CMYK
RGB Variations
Color information
#DD666C (or 0xDD666C) is known color: Froly. HEX triplet: DD, 66 and 6C. RGB value is (221,102,108). Sum of RGB (Red+Green+Blue) = 221+102+108=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD666C is #229993. Grayscale: #8A8A8A. Windows color (decimal): -2267540 or 7104221. OLE color: 7104221.
HSL color Cylindrical-coordinate representation of color #DD666C: hue angle of 356.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD666C is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 108 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.13 |
| HSL | 356.97º | 0.64% | 0.63% | - |
| HSV(B) | 356.97º | 0.54% | 0.87% | - |
| XYZ | 37.28 | 25.96 | 17.23 | - |
| YUV | 138.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 108 | 0 | 0.54 | 0.51 | 0.13 | 356.97 | 0.64 | 0.63 |
| Hex | DD | 66 | 6C | 0 | 36 | 33 | D | 165 | 40 | 3F |
| Octal | 335 | 146 | 154 | 0 | 66 | 63 | 15 | 545 | 100 | 77 |
| Binary | 11011101 | 1100110 | 1101100 | 0 | 110110 | 110011 | 1101 | 101100101 | 1000000 | 111111 |
Color Harmonies of #DD666C
Complementary color
Monochromatic Colors of #DD666C
Black with #DD666C
Text Example
Text Example
White with #DD666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD666C; }
p { color: rgb(221,102,108); }
H1.HeaderClassName
{
color: #DD666C;
}
.AnyTagClassName
{
color: #DD666C;
}
</style>
background-color css
<style>
a { background-color: #DD666C; }
a { background-color: rgb(221,102,108); }
div.DivClassName
{
background-color: #DD666C;
}
.BgClassName
{
background-color: #DD666C;
}
</style>
border-color css
<style>
span { border-color: #DD666C; }
span { border-color: rgb(221,102,108); }
td.TdClassName
{
border-color: #DD666C;
}
.TagClassName
{
border-color: #DD666C;
}
</style>