Shades of Froly #DC6873
Tints of Froly #DC6873
RGB
CMYK
RGB Variations
Color information
#DC6873 (or 0xDC6873) is known color: Froly. HEX triplet: DC, 68 and 73. RGB value is (220,104,115). Sum of RGB (Red+Green+Blue) = 220+104+115=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6873 is #23978C. Grayscale: #8C8C8C. Windows color (decimal): -2332557 or 7563484. OLE color: 7563484.
HSL color Cylindrical-coordinate representation of color #DC6873: hue angle of 354.31º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6873 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 115 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.14 |
| HSL | 354.31º | 0.62% | 0.64% | - |
| HSV(B) | 354.31º | 0.53% | 0.86% | - |
| XYZ | 37.56 | 26.35 | 19.33 | - |
| YUV | 139.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 115 | 0 | 0.53 | 0.48 | 0.14 | 354.31 | 0.62 | 0.64 |
| Hex | DC | 68 | 73 | 0 | 35 | 30 | E | 162 | 3E | 40 |
| Octal | 334 | 150 | 163 | 0 | 65 | 60 | 16 | 542 | 76 | 100 |
| Binary | 11011100 | 1101000 | 1110011 | 0 | 110101 | 110000 | 1110 | 101100010 | 111110 | 1000000 |
Color Harmonies of #DC6873
Complementary color
Monochromatic Colors of #DC6873
Black with #DC6873
Text Example
Text Example
White with #DC6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6873; }
p { color: rgb(220,104,115); }
H1.HeaderClassName
{
color: #DC6873;
}
.AnyTagClassName
{
color: #DC6873;
}
</style>
background-color css
<style>
a { background-color: #DC6873; }
a { background-color: rgb(220,104,115); }
div.DivClassName
{
background-color: #DC6873;
}
.BgClassName
{
background-color: #DC6873;
}
</style>
border-color css
<style>
span { border-color: #DC6873; }
span { border-color: rgb(220,104,115); }
td.TdClassName
{
border-color: #DC6873;
}
.TagClassName
{
border-color: #DC6873;
}
</style>