Shades of Froly #DC696E
Tints of Froly #DC696E
RGB
CMYK
RGB Variations
Color information
#DC696E (or 0xDC696E) is known color: Froly. HEX triplet: DC, 69 and 6E. RGB value is (220,105,110). Sum of RGB (Red+Green+Blue) = 220+105+110=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC696E is #239691. Grayscale: #8C8C8C. Windows color (decimal): -2332306 or 7236060. OLE color: 7236060.
HSL color Cylindrical-coordinate representation of color #DC696E: hue angle of 357.39º 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 #DC696E is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 110 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.14 |
| HSL | 357.39º | 0.62% | 0.64% | - |
| HSV(B) | 357.39º | 0.52% | 0.86% | - |
| XYZ | 37.38 | 26.44 | 17.89 | - |
| YUV | 139.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 110 | 0 | 0.52 | 0.50 | 0.14 | 357.39 | 0.62 | 0.64 |
| Hex | DC | 69 | 6E | 0 | 34 | 32 | E | 165 | 3E | 40 |
| Octal | 334 | 151 | 156 | 0 | 64 | 62 | 16 | 545 | 76 | 100 |
| Binary | 11011100 | 1101001 | 1101110 | 0 | 110100 | 110010 | 1110 | 101100101 | 111110 | 1000000 |
Color Harmonies of #DC696E
Complementary color
Monochromatic Colors of #DC696E
Black with #DC696E
Text Example
Text Example
White with #DC696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC696E; }
p { color: rgb(220,105,110); }
H1.HeaderClassName
{
color: #DC696E;
}
.AnyTagClassName
{
color: #DC696E;
}
</style>
background-color css
<style>
a { background-color: #DC696E; }
a { background-color: rgb(220,105,110); }
div.DivClassName
{
background-color: #DC696E;
}
.BgClassName
{
background-color: #DC696E;
}
</style>
border-color css
<style>
span { border-color: #DC696E; }
span { border-color: rgb(220,105,110); }
td.TdClassName
{
border-color: #DC696E;
}
.TagClassName
{
border-color: #DC696E;
}
</style>