Shades of Froly #DE676D
Tints of Froly #DE676D
RGB
CMYK
RGB Variations
Color information
#DE676D (or 0xDE676D) is known color: Froly. HEX triplet: DE, 67 and 6D. RGB value is (222,103,109). Sum of RGB (Red+Green+Blue) = 222+103+109=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE676D is #219892. Grayscale: #8B8B8B. Windows color (decimal): -2201747 or 7170014. OLE color: 7170014.
HSL color Cylindrical-coordinate representation of color #DE676D: hue angle of 356.97º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE676D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 109 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.13 |
| HSL | 356.97º | 0.64% | 0.64% | - |
| HSV(B) | 356.97º | 0.54% | 0.87% | - |
| XYZ | 37.73 | 26.33 | 17.56 | - |
| YUV | 139.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 109 | 0 | 0.54 | 0.51 | 0.13 | 356.97 | 0.64 | 0.64 |
| Hex | DE | 67 | 6D | 0 | 36 | 33 | D | 165 | 40 | 40 |
| Octal | 336 | 147 | 155 | 0 | 66 | 63 | 15 | 545 | 100 | 100 |
| Binary | 11011110 | 1100111 | 1101101 | 0 | 110110 | 110011 | 1101 | 101100101 | 1000000 | 1000000 |
Color Harmonies of #DE676D
Complementary color
Monochromatic Colors of #DE676D
Black with #DE676D
Text Example
Text Example
White with #DE676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE676D; }
p { color: rgb(222,103,109); }
H1.HeaderClassName
{
color: #DE676D;
}
.AnyTagClassName
{
color: #DE676D;
}
</style>
background-color css
<style>
a { background-color: #DE676D; }
a { background-color: rgb(222,103,109); }
div.DivClassName
{
background-color: #DE676D;
}
.BgClassName
{
background-color: #DE676D;
}
</style>
border-color css
<style>
span { border-color: #DE676D; }
span { border-color: rgb(222,103,109); }
td.TdClassName
{
border-color: #DE676D;
}
.TagClassName
{
border-color: #DE676D;
}
</style>