Shades of Froly #DC6772
Tints of Froly #DC6772
RGB
CMYK
RGB Variations
Color information
#DC6772 (or 0xDC6772) is known color: Froly. HEX triplet: DC, 67 and 72. RGB value is (220,103,114). Sum of RGB (Red+Green+Blue) = 220+103+114=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6772 is #23988D. Grayscale: #8B8B8B. Windows color (decimal): -2332814 or 7497692. OLE color: 7497692.
HSL color Cylindrical-coordinate representation of color #DC6772: hue angle of 354.36º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6772 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 114 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.14 |
| HSL | 354.36º | 0.63% | 0.63% | - |
| HSV(B) | 354.36º | 0.53% | 0.86% | - |
| XYZ | 37.4 | 26.13 | 18.99 | - |
| YUV | 139.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 114 | 0 | 0.53 | 0.48 | 0.14 | 354.36 | 0.63 | 0.63 |
| Hex | DC | 67 | 72 | 0 | 35 | 30 | E | 162 | 3F | 3F |
| Octal | 334 | 147 | 162 | 0 | 65 | 60 | 16 | 542 | 77 | 77 |
| Binary | 11011100 | 1100111 | 1110010 | 0 | 110101 | 110000 | 1110 | 101100010 | 111111 | 111111 |
Color Harmonies of #DC6772
Complementary color
Monochromatic Colors of #DC6772
Black with #DC6772
Text Example
Text Example
White with #DC6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6772; }
p { color: rgb(220,103,114); }
H1.HeaderClassName
{
color: #DC6772;
}
.AnyTagClassName
{
color: #DC6772;
}
</style>
background-color css
<style>
a { background-color: #DC6772; }
a { background-color: rgb(220,103,114); }
div.DivClassName
{
background-color: #DC6772;
}
.BgClassName
{
background-color: #DC6772;
}
</style>
border-color css
<style>
span { border-color: #DC6772; }
span { border-color: rgb(220,103,114); }
td.TdClassName
{
border-color: #DC6772;
}
.TagClassName
{
border-color: #DC6772;
}
</style>