Shades of Froly #DD677B
Tints of Froly #DD677B
RGB
CMYK
RGB Variations
Color information
#DD677B (or 0xDD677B) is known color: Froly. HEX triplet: DD, 67 and 7B. RGB value is (221,103,123). Sum of RGB (Red+Green+Blue) = 221+103+123=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD677B is #229884. Grayscale: #8C8C8C. Windows color (decimal): -2267269 or 8087517. OLE color: 8087517.
HSL color Cylindrical-coordinate representation of color #DD677B: hue angle of 349.83º 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 #DD677B is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 123 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.13 |
| HSL | 349.83º | 0.63% | 0.64% | - |
| HSV(B) | 349.83º | 0.53% | 0.87% | - |
| XYZ | 38.24 | 26.5 | 21.84 | - |
| YUV | 140.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 123 | 0 | 0.53 | 0.44 | 0.13 | 349.83 | 0.63 | 0.64 |
| Hex | DD | 67 | 7B | 0 | 35 | 2C | D | 15E | 3F | 40 |
| Octal | 335 | 147 | 173 | 0 | 65 | 54 | 15 | 536 | 77 | 100 |
| Binary | 11011101 | 1100111 | 1111011 | 0 | 110101 | 101100 | 1101 | 101011110 | 111111 | 1000000 |
Color Harmonies of #DD677B
Complementary color
Monochromatic Colors of #DD677B
Black with #DD677B
Text Example
Text Example
White with #DD677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD677B; }
p { color: rgb(221,103,123); }
H1.HeaderClassName
{
color: #DD677B;
}
.AnyTagClassName
{
color: #DD677B;
}
</style>
background-color css
<style>
a { background-color: #DD677B; }
a { background-color: rgb(221,103,123); }
div.DivClassName
{
background-color: #DD677B;
}
.BgClassName
{
background-color: #DD677B;
}
</style>
border-color css
<style>
span { border-color: #DD677B; }
span { border-color: rgb(221,103,123); }
td.TdClassName
{
border-color: #DD677B;
}
.TagClassName
{
border-color: #DD677B;
}
</style>