Shades of Froly #DC6165
Tints of Froly #DC6165
RGB
CMYK
RGB Variations
Color information
#DC6165 (or 0xDC6165) is known color: Froly. HEX triplet: DC, 61 and 65. RGB value is (220,97,101). Sum of RGB (Red+Green+Blue) = 220+97+101=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6165 is #239E9A. Grayscale: #868686. Windows color (decimal): -2334363 or 6644188. OLE color: 6644188.
HSL color Cylindrical-coordinate representation of color #DC6165: hue angle of 358.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6165 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 101 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.14 |
| HSL | 358.05º | 0.64% | 0.62% | - |
| HSV(B) | 358.05º | 0.56% | 0.86% | - |
| XYZ | 36.14 | 24.7 | 15.18 | - |
| YUV | 134.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 101 | 0 | 0.56 | 0.54 | 0.14 | 358.05 | 0.64 | 0.62 |
| Hex | DC | 61 | 65 | 0 | 38 | 36 | E | 166 | 40 | 3E |
| Octal | 334 | 141 | 145 | 0 | 70 | 66 | 16 | 546 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1100101 | 0 | 111000 | 110110 | 1110 | 101100110 | 1000000 | 111110 |
Color Harmonies of #DC6165
Complementary color
Monochromatic Colors of #DC6165
Black with #DC6165
Text Example
Text Example
White with #DC6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6165; }
p { color: rgb(220,97,101); }
H1.HeaderClassName
{
color: #DC6165;
}
.AnyTagClassName
{
color: #DC6165;
}
</style>
background-color css
<style>
a { background-color: #DC6165; }
a { background-color: rgb(220,97,101); }
div.DivClassName
{
background-color: #DC6165;
}
.BgClassName
{
background-color: #DC6165;
}
</style>
border-color css
<style>
span { border-color: #DC6165; }
span { border-color: rgb(220,97,101); }
td.TdClassName
{
border-color: #DC6165;
}
.TagClassName
{
border-color: #DC6165;
}
</style>