Shades of Froly #DC6B73
Tints of Froly #DC6B73
RGB
CMYK
RGB Variations
Color information
#DC6B73 (or 0xDC6B73) is known color: Froly. HEX triplet: DC, 6B and 73. RGB value is (220,107,115). Sum of RGB (Red+Green+Blue) = 220+107+115=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B73 is #23948C. Grayscale: #8D8D8D. Windows color (decimal): -2331789 or 7564252. OLE color: 7564252.
HSL color Cylindrical-coordinate representation of color #DC6B73: hue angle of 355.75º 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 #DC6B73 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 115 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.14 |
| HSL | 355.75º | 0.62% | 0.64% | - |
| HSV(B) | 355.75º | 0.51% | 0.86% | - |
| XYZ | 37.87 | 26.97 | 19.43 | - |
| YUV | 141.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 115 | 0 | 0.51 | 0.48 | 0.14 | 355.75 | 0.62 | 0.64 |
| Hex | DC | 6B | 73 | 0 | 33 | 30 | E | 164 | 3E | 40 |
| Octal | 334 | 153 | 163 | 0 | 63 | 60 | 16 | 544 | 76 | 100 |
| Binary | 11011100 | 1101011 | 1110011 | 0 | 110011 | 110000 | 1110 | 101100100 | 111110 | 1000000 |
Color Harmonies of #DC6B73
Complementary color
Monochromatic Colors of #DC6B73
Black with #DC6B73
Text Example
Text Example
White with #DC6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B73; }
p { color: rgb(220,107,115); }
H1.HeaderClassName
{
color: #DC6B73;
}
.AnyTagClassName
{
color: #DC6B73;
}
</style>
background-color css
<style>
a { background-color: #DC6B73; }
a { background-color: rgb(220,107,115); }
div.DivClassName
{
background-color: #DC6B73;
}
.BgClassName
{
background-color: #DC6B73;
}
</style>
border-color css
<style>
span { border-color: #DC6B73; }
span { border-color: rgb(220,107,115); }
td.TdClassName
{
border-color: #DC6B73;
}
.TagClassName
{
border-color: #DC6B73;
}
</style>