Shades of Froly #DC6973
Tints of Froly #DC6973
RGB
CMYK
RGB Variations
Color information
#DC6973 (or 0xDC6973) is known color: Froly. HEX triplet: DC, 69 and 73. RGB value is (220,105,115). Sum of RGB (Red+Green+Blue) = 220+105+115=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6973 is #23968C. Grayscale: #8C8C8C. Windows color (decimal): -2332301 or 7563740. OLE color: 7563740.
HSL color Cylindrical-coordinate representation of color #DC6973: hue angle of 354.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6973 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 115 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.14 |
| HSL | 354.78º | 0.62% | 0.64% | - |
| HSV(B) | 354.78º | 0.52% | 0.86% | - |
| XYZ | 37.66 | 26.56 | 19.36 | - |
| YUV | 140.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 115 | 0 | 0.52 | 0.48 | 0.14 | 354.78 | 0.62 | 0.64 |
| Hex | DC | 69 | 73 | 0 | 34 | 30 | E | 163 | 3E | 40 |
| Octal | 334 | 151 | 163 | 0 | 64 | 60 | 16 | 543 | 76 | 100 |
| Binary | 11011100 | 1101001 | 1110011 | 0 | 110100 | 110000 | 1110 | 101100011 | 111110 | 1000000 |
Color Harmonies of #DC6973
Complementary color
Monochromatic Colors of #DC6973
Black with #DC6973
Text Example
Text Example
White with #DC6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6973; }
p { color: rgb(220,105,115); }
H1.HeaderClassName
{
color: #DC6973;
}
.AnyTagClassName
{
color: #DC6973;
}
</style>
background-color css
<style>
a { background-color: #DC6973; }
a { background-color: rgb(220,105,115); }
div.DivClassName
{
background-color: #DC6973;
}
.BgClassName
{
background-color: #DC6973;
}
</style>
border-color css
<style>
span { border-color: #DC6973; }
span { border-color: rgb(220,105,115); }
td.TdClassName
{
border-color: #DC6973;
}
.TagClassName
{
border-color: #DC6973;
}
</style>