Shades of Froly #DC6A6F
Tints of Froly #DC6A6F
RGB
CMYK
RGB Variations
Color information
#DC6A6F (or 0xDC6A6F) is known color: Froly. HEX triplet: DC, 6A and 6F. RGB value is (220,106,111). Sum of RGB (Red+Green+Blue) = 220+106+111=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A6F is #239590. Grayscale: #8C8C8C. Windows color (decimal): -2332049 or 7301852. OLE color: 7301852.
HSL color Cylindrical-coordinate representation of color #DC6A6F: hue angle of 357.37º 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 #DC6A6F is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 111 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.14 |
| HSL | 357.37º | 0.62% | 0.64% | - |
| HSV(B) | 357.37º | 0.52% | 0.86% | - |
| XYZ | 37.54 | 26.67 | 18.21 | - |
| YUV | 140.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 111 | 0 | 0.52 | 0.50 | 0.14 | 357.37 | 0.62 | 0.64 |
| Hex | DC | 6A | 6F | 0 | 34 | 32 | E | 165 | 3E | 40 |
| Octal | 334 | 152 | 157 | 0 | 64 | 62 | 16 | 545 | 76 | 100 |
| Binary | 11011100 | 1101010 | 1101111 | 0 | 110100 | 110010 | 1110 | 101100101 | 111110 | 1000000 |
Color Harmonies of #DC6A6F
Complementary color
Monochromatic Colors of #DC6A6F
Black with #DC6A6F
Text Example
Text Example
White with #DC6A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A6F; }
p { color: rgb(220,106,111); }
H1.HeaderClassName
{
color: #DC6A6F;
}
.AnyTagClassName
{
color: #DC6A6F;
}
</style>
background-color css
<style>
a { background-color: #DC6A6F; }
a { background-color: rgb(220,106,111); }
div.DivClassName
{
background-color: #DC6A6F;
}
.BgClassName
{
background-color: #DC6A6F;
}
</style>
border-color css
<style>
span { border-color: #DC6A6F; }
span { border-color: rgb(220,106,111); }
td.TdClassName
{
border-color: #DC6A6F;
}
.TagClassName
{
border-color: #DC6A6F;
}
</style>