Shades of Froly #DC696F
Tints of Froly #DC696F
RGB
CMYK
RGB Variations
Color information
#DC696F (or 0xDC696F) is known color: Froly. HEX triplet: DC, 69 and 6F. RGB value is (220,105,111). Sum of RGB (Red+Green+Blue) = 220+105+111=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC696F is #239690. Grayscale: #8C8C8C. Windows color (decimal): -2332305 or 7301596. OLE color: 7301596.
HSL color Cylindrical-coordinate representation of color #DC696F: hue angle of 356.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC696F is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 111 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.14 |
| HSL | 356.87º | 0.62% | 0.64% | - |
| HSV(B) | 356.87º | 0.52% | 0.86% | - |
| XYZ | 37.44 | 26.47 | 18.17 | - |
| YUV | 140.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 111 | 0 | 0.52 | 0.50 | 0.14 | 356.87 | 0.62 | 0.64 |
| Hex | DC | 69 | 6F | 0 | 34 | 32 | E | 165 | 3E | 40 |
| Octal | 334 | 151 | 157 | 0 | 64 | 62 | 16 | 545 | 76 | 100 |
| Binary | 11011100 | 1101001 | 1101111 | 0 | 110100 | 110010 | 1110 | 101100101 | 111110 | 1000000 |
Color Harmonies of #DC696F
Complementary color
Monochromatic Colors of #DC696F
Black with #DC696F
Text Example
Text Example
White with #DC696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC696F; }
p { color: rgb(220,105,111); }
H1.HeaderClassName
{
color: #DC696F;
}
.AnyTagClassName
{
color: #DC696F;
}
</style>
background-color css
<style>
a { background-color: #DC696F; }
a { background-color: rgb(220,105,111); }
div.DivClassName
{
background-color: #DC696F;
}
.BgClassName
{
background-color: #DC696F;
}
</style>
border-color css
<style>
span { border-color: #DC696F; }
span { border-color: rgb(220,105,111); }
td.TdClassName
{
border-color: #DC696F;
}
.TagClassName
{
border-color: #DC696F;
}
</style>