Shades of Froly #DD676D
Tints of Froly #DD676D
RGB
CMYK
RGB Variations
Color information
#DD676D (or 0xDD676D) is known color: Froly. HEX triplet: DD, 67 and 6D. RGB value is (221,103,109). Sum of RGB (Red+Green+Blue) = 221+103+109=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD676D is #229892. Grayscale: #8B8B8B. Windows color (decimal): -2267283 or 7170013. OLE color: 7170013.
HSL color Cylindrical-coordinate representation of color #DD676D: hue angle of 356.95º 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 #DD676D is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 109 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.13 |
| HSL | 356.95º | 0.63% | 0.64% | - |
| HSV(B) | 356.95º | 0.53% | 0.87% | - |
| XYZ | 37.43 | 26.18 | 17.55 | - |
| YUV | 138.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 109 | 0 | 0.53 | 0.51 | 0.13 | 356.95 | 0.63 | 0.64 |
| Hex | DD | 67 | 6D | 0 | 35 | 33 | D | 165 | 3F | 40 |
| Octal | 335 | 147 | 155 | 0 | 65 | 63 | 15 | 545 | 77 | 100 |
| Binary | 11011101 | 1100111 | 1101101 | 0 | 110101 | 110011 | 1101 | 101100101 | 111111 | 1000000 |
Color Harmonies of #DD676D
Complementary color
Monochromatic Colors of #DD676D
Black with #DD676D
Text Example
Text Example
White with #DD676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD676D; }
p { color: rgb(221,103,109); }
H1.HeaderClassName
{
color: #DD676D;
}
.AnyTagClassName
{
color: #DD676D;
}
</style>
background-color css
<style>
a { background-color: #DD676D; }
a { background-color: rgb(221,103,109); }
div.DivClassName
{
background-color: #DD676D;
}
.BgClassName
{
background-color: #DD676D;
}
</style>
border-color css
<style>
span { border-color: #DD676D; }
span { border-color: rgb(221,103,109); }
td.TdClassName
{
border-color: #DD676D;
}
.TagClassName
{
border-color: #DD676D;
}
</style>