Shades of Froly #DC6970
Tints of Froly #DC6970
RGB
CMYK
RGB Variations
Color information
#DC6970 (or 0xDC6970) is known color: Froly. HEX triplet: DC, 69 and 70. RGB value is (220,105,112). Sum of RGB (Red+Green+Blue) = 220+105+112=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6970 is #23968F. Grayscale: #8C8C8C. Windows color (decimal): -2332304 or 7367132. OLE color: 7367132.
HSL color Cylindrical-coordinate representation of color #DC6970: hue angle of 356.35º 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 #DC6970 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 112 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.14 |
| HSL | 356.35º | 0.62% | 0.64% | - |
| HSV(B) | 356.35º | 0.52% | 0.86% | - |
| XYZ | 37.49 | 26.49 | 18.47 | - |
| YUV | 140.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 112 | 0 | 0.52 | 0.49 | 0.14 | 356.35 | 0.62 | 0.64 |
| Hex | DC | 69 | 70 | 0 | 34 | 31 | E | 164 | 3E | 40 |
| Octal | 334 | 151 | 160 | 0 | 64 | 61 | 16 | 544 | 76 | 100 |
| Binary | 11011100 | 1101001 | 1110000 | 0 | 110100 | 110001 | 1110 | 101100100 | 111110 | 1000000 |
Color Harmonies of #DC6970
Complementary color
Monochromatic Colors of #DC6970
Black with #DC6970
Text Example
Text Example
White with #DC6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6970; }
p { color: rgb(220,105,112); }
H1.HeaderClassName
{
color: #DC6970;
}
.AnyTagClassName
{
color: #DC6970;
}
</style>
background-color css
<style>
a { background-color: #DC6970; }
a { background-color: rgb(220,105,112); }
div.DivClassName
{
background-color: #DC6970;
}
.BgClassName
{
background-color: #DC6970;
}
</style>
border-color css
<style>
span { border-color: #DC6970; }
span { border-color: rgb(220,105,112); }
td.TdClassName
{
border-color: #DC6970;
}
.TagClassName
{
border-color: #DC6970;
}
</style>