Shades of Froly #DD686A
Tints of Froly #DD686A
RGB
CMYK
RGB Variations
Color information
#DD686A (or 0xDD686A) is known color: Froly. HEX triplet: DD, 68 and 6A. RGB value is (221,104,106). Sum of RGB (Red+Green+Blue) = 221+104+106=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD686A is #229795. Grayscale: #8B8B8B. Windows color (decimal): -2267030 or 6973661. OLE color: 6973661.
HSL color Cylindrical-coordinate representation of color #DD686A: hue angle of 358.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD686A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 106 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.13 |
| HSL | 358.97º | 0.63% | 0.64% | - |
| HSV(B) | 358.97º | 0.53% | 0.87% | - |
| XYZ | 37.37 | 26.31 | 16.75 | - |
| YUV | 139.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 106 | 0 | 0.53 | 0.52 | 0.13 | 358.97 | 0.63 | 0.64 |
| Hex | DD | 68 | 6A | 0 | 35 | 34 | D | 167 | 3F | 40 |
| Octal | 335 | 150 | 152 | 0 | 65 | 64 | 15 | 547 | 77 | 100 |
| Binary | 11011101 | 1101000 | 1101010 | 0 | 110101 | 110100 | 1101 | 101100111 | 111111 | 1000000 |
Color Harmonies of #DD686A
Complementary color
Monochromatic Colors of #DD686A
Black with #DD686A
Text Example
Text Example
White with #DD686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD686A; }
p { color: rgb(221,104,106); }
H1.HeaderClassName
{
color: #DD686A;
}
.AnyTagClassName
{
color: #DD686A;
}
</style>
background-color css
<style>
a { background-color: #DD686A; }
a { background-color: rgb(221,104,106); }
div.DivClassName
{
background-color: #DD686A;
}
.BgClassName
{
background-color: #DD686A;
}
</style>
border-color css
<style>
span { border-color: #DD686A; }
span { border-color: rgb(221,104,106); }
td.TdClassName
{
border-color: #DD686A;
}
.TagClassName
{
border-color: #DD686A;
}
</style>