Shades of Froly #DC6D72
Tints of Froly #DC6D72
RGB
CMYK
RGB Variations
Color information
#DC6D72 (or 0xDC6D72) is known color: Froly. HEX triplet: DC, 6D and 72. RGB value is (220,109,114). Sum of RGB (Red+Green+Blue) = 220+109+114=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D72 is #23928D. Grayscale: #8E8E8E. Windows color (decimal): -2331278 or 7499228. OLE color: 7499228.
HSL color Cylindrical-coordinate representation of color #DC6D72: hue angle of 357.3º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6D72 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 114 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.14 |
| HSL | 357.3º | 0.61% | 0.65% | - |
| HSV(B) | 357.3º | 0.5% | 0.86% | - |
| XYZ | 38.02 | 27.37 | 19.2 | - |
| YUV | 142.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 114 | 0 | 0.50 | 0.48 | 0.14 | 357.3 | 0.61 | 0.65 |
| Hex | DC | 6D | 72 | 0 | 32 | 30 | E | 165 | 3D | 41 |
| Octal | 334 | 155 | 162 | 0 | 62 | 60 | 16 | 545 | 75 | 101 |
| Binary | 11011100 | 1101101 | 1110010 | 0 | 110010 | 110000 | 1110 | 101100101 | 111101 | 1000001 |
Color Harmonies of #DC6D72
Complementary color
Monochromatic Colors of #DC6D72
Black with #DC6D72
Text Example
Text Example
White with #DC6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D72; }
p { color: rgb(220,109,114); }
H1.HeaderClassName
{
color: #DC6D72;
}
.AnyTagClassName
{
color: #DC6D72;
}
</style>
background-color css
<style>
a { background-color: #DC6D72; }
a { background-color: rgb(220,109,114); }
div.DivClassName
{
background-color: #DC6D72;
}
.BgClassName
{
background-color: #DC6D72;
}
</style>
border-color css
<style>
span { border-color: #DC6D72; }
span { border-color: rgb(220,109,114); }
td.TdClassName
{
border-color: #DC6D72;
}
.TagClassName
{
border-color: #DC6D72;
}
</style>