Shades of Froly #DC656D
Tints of Froly #DC656D
RGB
CMYK
RGB Variations
Color information
#DC656D (or 0xDC656D) is known color: Froly. HEX triplet: DC, 65 and 6D. RGB value is (220,101,109). Sum of RGB (Red+Green+Blue) = 220+101+109=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC656D is #239A92. Grayscale: #898989. Windows color (decimal): -2333331 or 7169500. OLE color: 7169500.
HSL color Cylindrical-coordinate representation of color #DC656D: hue angle of 355.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC656D is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 109 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.14 |
| HSL | 355.97º | 0.63% | 0.63% | - |
| HSV(B) | 355.97º | 0.54% | 0.86% | - |
| XYZ | 36.93 | 25.63 | 17.47 | - |
| YUV | 137.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 109 | 0 | 0.54 | 0.50 | 0.14 | 355.97 | 0.63 | 0.63 |
| Hex | DC | 65 | 6D | 0 | 36 | 32 | E | 164 | 3F | 3F |
| Octal | 334 | 145 | 155 | 0 | 66 | 62 | 16 | 544 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1101101 | 0 | 110110 | 110010 | 1110 | 101100100 | 111111 | 111111 |
Color Harmonies of #DC656D
Complementary color
Monochromatic Colors of #DC656D
Black with #DC656D
Text Example
Text Example
White with #DC656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC656D; }
p { color: rgb(220,101,109); }
H1.HeaderClassName
{
color: #DC656D;
}
.AnyTagClassName
{
color: #DC656D;
}
</style>
background-color css
<style>
a { background-color: #DC656D; }
a { background-color: rgb(220,101,109); }
div.DivClassName
{
background-color: #DC656D;
}
.BgClassName
{
background-color: #DC656D;
}
</style>
border-color css
<style>
span { border-color: #DC656D; }
span { border-color: rgb(220,101,109); }
td.TdClassName
{
border-color: #DC656D;
}
.TagClassName
{
border-color: #DC656D;
}
</style>