Shades of Froly #DD676C
Tints of Froly #DD676C
RGB
CMYK
RGB Variations
Color information
#DD676C (or 0xDD676C) is known color: Froly. HEX triplet: DD, 67 and 6C. RGB value is (221,103,108). Sum of RGB (Red+Green+Blue) = 221+103+108=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD676C is #229893. Grayscale: #8A8A8A. Windows color (decimal): -2267284 or 7104477. OLE color: 7104477.
HSL color Cylindrical-coordinate representation of color #DD676C: hue angle of 357.46º 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 #DD676C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 108 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.13 |
| HSL | 357.46º | 0.63% | 0.64% | - |
| HSV(B) | 357.46º | 0.53% | 0.87% | - |
| XYZ | 37.38 | 26.16 | 17.27 | - |
| YUV | 138.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 108 | 0 | 0.53 | 0.51 | 0.13 | 357.46 | 0.63 | 0.64 |
| Hex | DD | 67 | 6C | 0 | 35 | 33 | D | 165 | 3F | 40 |
| Octal | 335 | 147 | 154 | 0 | 65 | 63 | 15 | 545 | 77 | 100 |
| Binary | 11011101 | 1100111 | 1101100 | 0 | 110101 | 110011 | 1101 | 101100101 | 111111 | 1000000 |
Color Harmonies of #DD676C
Complementary color
Monochromatic Colors of #DD676C
Black with #DD676C
Text Example
Text Example
White with #DD676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD676C; }
p { color: rgb(221,103,108); }
H1.HeaderClassName
{
color: #DD676C;
}
.AnyTagClassName
{
color: #DD676C;
}
</style>
background-color css
<style>
a { background-color: #DD676C; }
a { background-color: rgb(221,103,108); }
div.DivClassName
{
background-color: #DD676C;
}
.BgClassName
{
background-color: #DD676C;
}
</style>
border-color css
<style>
span { border-color: #DD676C; }
span { border-color: rgb(221,103,108); }
td.TdClassName
{
border-color: #DD676C;
}
.TagClassName
{
border-color: #DD676C;
}
</style>