Shades of Froly #DC6A77
Tints of Froly #DC6A77
RGB
CMYK
RGB Variations
Color information
#DC6A77 (or 0xDC6A77) is known color: Froly. HEX triplet: DC, 6A and 77. RGB value is (220,106,119). Sum of RGB (Red+Green+Blue) = 220+106+119=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A77 is #239588. Grayscale: #8D8D8D. Windows color (decimal): -2332041 or 7826140. OLE color: 7826140.
HSL color Cylindrical-coordinate representation of color #DC6A77: hue angle of 353.16º 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 #DC6A77 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 119 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.14 |
| HSL | 353.16º | 0.62% | 0.64% | - |
| HSV(B) | 353.16º | 0.52% | 0.86% | - |
| XYZ | 38 | 26.86 | 20.63 | - |
| YUV | 141.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 119 | 0 | 0.52 | 0.46 | 0.14 | 353.16 | 0.62 | 0.64 |
| Hex | DC | 6A | 77 | 0 | 34 | 2E | E | 161 | 3E | 40 |
| Octal | 334 | 152 | 167 | 0 | 64 | 56 | 16 | 541 | 76 | 100 |
| Binary | 11011100 | 1101010 | 1110111 | 0 | 110100 | 101110 | 1110 | 101100001 | 111110 | 1000000 |
Color Harmonies of #DC6A77
Complementary color
Monochromatic Colors of #DC6A77
Black with #DC6A77
Text Example
Text Example
White with #DC6A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A77; }
p { color: rgb(220,106,119); }
H1.HeaderClassName
{
color: #DC6A77;
}
.AnyTagClassName
{
color: #DC6A77;
}
</style>
background-color css
<style>
a { background-color: #DC6A77; }
a { background-color: rgb(220,106,119); }
div.DivClassName
{
background-color: #DC6A77;
}
.BgClassName
{
background-color: #DC6A77;
}
</style>
border-color css
<style>
span { border-color: #DC6A77; }
span { border-color: rgb(220,106,119); }
td.TdClassName
{
border-color: #DC6A77;
}
.TagClassName
{
border-color: #DC6A77;
}
</style>