Shades of Froly #DD6667
Tints of Froly #DD6667
RGB
CMYK
RGB Variations
Color information
#DD6667 (or 0xDD6667) is known color: Froly. HEX triplet: DD, 66 and 67. RGB value is (221,102,103). Sum of RGB (Red+Green+Blue) = 221+102+103=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6667 is #229998. Grayscale: #898989. Windows color (decimal): -2267545 or 6776541. OLE color: 6776541.
HSL color Cylindrical-coordinate representation of color #DD6667: hue angle of 359.5º 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 #DD6667 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 103 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.13 |
| HSL | 359.5º | 0.64% | 0.63% | - |
| HSV(B) | 359.5º | 0.54% | 0.87% | - |
| XYZ | 37.02 | 25.85 | 15.87 | - |
| YUV | 137.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 103 | 0 | 0.54 | 0.53 | 0.13 | 359.5 | 0.64 | 0.63 |
| Hex | DD | 66 | 67 | 0 | 36 | 35 | D | 167 | 40 | 3F |
| Octal | 335 | 146 | 147 | 0 | 66 | 65 | 15 | 547 | 100 | 77 |
| Binary | 11011101 | 1100110 | 1100111 | 0 | 110110 | 110101 | 1101 | 101100111 | 1000000 | 111111 |
Color Harmonies of #DD6667
Complementary color
Monochromatic Colors of #DD6667
Black with #DD6667
Text Example
Text Example
White with #DD6667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6667; }
p { color: rgb(221,102,103); }
H1.HeaderClassName
{
color: #DD6667;
}
.AnyTagClassName
{
color: #DD6667;
}
</style>
background-color css
<style>
a { background-color: #DD6667; }
a { background-color: rgb(221,102,103); }
div.DivClassName
{
background-color: #DD6667;
}
.BgClassName
{
background-color: #DD6667;
}
</style>
border-color css
<style>
span { border-color: #DD6667; }
span { border-color: rgb(221,102,103); }
td.TdClassName
{
border-color: #DD6667;
}
.TagClassName
{
border-color: #DD6667;
}
</style>