Shades of Froly #DC6167
Tints of Froly #DC6167
RGB
CMYK
RGB Variations
Color information
#DC6167 (or 0xDC6167) is known color: Froly. HEX triplet: DC, 61 and 67. RGB value is (220,97,103). Sum of RGB (Red+Green+Blue) = 220+97+103=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6167 is #239E98. Grayscale: #868686. Windows color (decimal): -2334361 or 6775260. OLE color: 6775260.
HSL color Cylindrical-coordinate representation of color #DC6167: hue angle of 357.07º 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 #DC6167 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 103 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.14 |
| HSL | 357.07º | 0.64% | 0.62% | - |
| HSV(B) | 357.07º | 0.56% | 0.86% | - |
| XYZ | 36.24 | 24.74 | 15.7 | - |
| YUV | 134.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 103 | 0 | 0.56 | 0.53 | 0.14 | 357.07 | 0.64 | 0.62 |
| Hex | DC | 61 | 67 | 0 | 38 | 35 | E | 165 | 40 | 3E |
| Octal | 334 | 141 | 147 | 0 | 70 | 65 | 16 | 545 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1100111 | 0 | 111000 | 110101 | 1110 | 101100101 | 1000000 | 111110 |
Color Harmonies of #DC6167
Complementary color
Monochromatic Colors of #DC6167
Black with #DC6167
Text Example
Text Example
White with #DC6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6167; }
p { color: rgb(220,97,103); }
H1.HeaderClassName
{
color: #DC6167;
}
.AnyTagClassName
{
color: #DC6167;
}
</style>
background-color css
<style>
a { background-color: #DC6167; }
a { background-color: rgb(220,97,103); }
div.DivClassName
{
background-color: #DC6167;
}
.BgClassName
{
background-color: #DC6167;
}
</style>
border-color css
<style>
span { border-color: #DC6167; }
span { border-color: rgb(220,97,103); }
td.TdClassName
{
border-color: #DC6167;
}
.TagClassName
{
border-color: #DC6167;
}
</style>