Shades of Froly #DC6C6D
Tints of Froly #DC6C6D
RGB
CMYK
RGB Variations
Color information
#DC6C6D (or 0xDC6C6D) is known color: Froly. HEX triplet: DC, 6C and 6D. RGB value is (220,108,109). Sum of RGB (Red+Green+Blue) = 220+108+109=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C6D is #239392. Grayscale: #8D8D8D. Windows color (decimal): -2331539 or 7171292. OLE color: 7171292.
HSL color Cylindrical-coordinate representation of color #DC6C6D: hue angle of 359.46º 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 #DC6C6D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 109 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.14 |
| HSL | 359.46º | 0.62% | 0.64% | - |
| HSV(B) | 359.46º | 0.51% | 0.86% | - |
| XYZ | 37.64 | 27.04 | 17.7 | - |
| YUV | 141.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 109 | 0 | 0.51 | 0.50 | 0.14 | 359.46 | 0.62 | 0.64 |
| Hex | DC | 6C | 6D | 0 | 33 | 32 | E | 167 | 3E | 40 |
| Octal | 334 | 154 | 155 | 0 | 63 | 62 | 16 | 547 | 76 | 100 |
| Binary | 11011100 | 1101100 | 1101101 | 0 | 110011 | 110010 | 1110 | 101100111 | 111110 | 1000000 |
Color Harmonies of #DC6C6D
Complementary color
Monochromatic Colors of #DC6C6D
Black with #DC6C6D
Text Example
Text Example
White with #DC6C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C6D; }
p { color: rgb(220,108,109); }
H1.HeaderClassName
{
color: #DC6C6D;
}
.AnyTagClassName
{
color: #DC6C6D;
}
</style>
background-color css
<style>
a { background-color: #DC6C6D; }
a { background-color: rgb(220,108,109); }
div.DivClassName
{
background-color: #DC6C6D;
}
.BgClassName
{
background-color: #DC6C6D;
}
</style>
border-color css
<style>
span { border-color: #DC6C6D; }
span { border-color: rgb(220,108,109); }
td.TdClassName
{
border-color: #DC6C6D;
}
.TagClassName
{
border-color: #DC6C6D;
}
</style>