Shades of Froly #DC6B71
Tints of Froly #DC6B71
RGB
CMYK
RGB Variations
Color information
#DC6B71 (or 0xDC6B71) is known color: Froly. HEX triplet: DC, 6B and 71. RGB value is (220,107,113). Sum of RGB (Red+Green+Blue) = 220+107+113=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B71 is #23948E. Grayscale: #8D8D8D. Windows color (decimal): -2331791 or 7433180. OLE color: 7433180.
HSL color Cylindrical-coordinate representation of color #DC6B71: hue angle of 356.81º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6B71 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 113 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.14 |
| HSL | 356.81º | 0.62% | 0.64% | - |
| HSV(B) | 356.81º | 0.51% | 0.86% | - |
| XYZ | 37.75 | 26.92 | 18.83 | - |
| YUV | 141.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 113 | 0 | 0.51 | 0.49 | 0.14 | 356.81 | 0.62 | 0.64 |
| Hex | DC | 6B | 71 | 0 | 33 | 31 | E | 165 | 3E | 40 |
| Octal | 334 | 153 | 161 | 0 | 63 | 61 | 16 | 545 | 76 | 100 |
| Binary | 11011100 | 1101011 | 1110001 | 0 | 110011 | 110001 | 1110 | 101100101 | 111110 | 1000000 |
Color Harmonies of #DC6B71
Complementary color
Monochromatic Colors of #DC6B71
Black with #DC6B71
Text Example
Text Example
White with #DC6B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B71; }
p { color: rgb(220,107,113); }
H1.HeaderClassName
{
color: #DC6B71;
}
.AnyTagClassName
{
color: #DC6B71;
}
</style>
background-color css
<style>
a { background-color: #DC6B71; }
a { background-color: rgb(220,107,113); }
div.DivClassName
{
background-color: #DC6B71;
}
.BgClassName
{
background-color: #DC6B71;
}
</style>
border-color css
<style>
span { border-color: #DC6B71; }
span { border-color: rgb(220,107,113); }
td.TdClassName
{
border-color: #DC6B71;
}
.TagClassName
{
border-color: #DC6B71;
}
</style>