Shades of Froly #DC767F
Tints of Froly #DC767F
RGB
CMYK
RGB Variations
Color information
#DC767F (or 0xDC767F) is known color: Froly. HEX triplet: DC, 76 and 7F. RGB value is (220,118,127). Sum of RGB (Red+Green+Blue) = 220+118+127=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC767F is #238980. Grayscale: #959595. Windows color (decimal): -2328961 or 8353500. OLE color: 8353500.
HSL color Cylindrical-coordinate representation of color #DC767F: hue angle of 354.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC767F is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 127 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.14 |
| HSL | 354.71º | 0.59% | 0.66% | - |
| HSV(B) | 354.71º | 0.46% | 0.86% | - |
| XYZ | 39.82 | 29.7 | 23.71 | - |
| YUV | 149.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 127 | 0 | 0.46 | 0.42 | 0.14 | 354.71 | 0.59 | 0.66 |
| Hex | DC | 76 | 7F | 0 | 2E | 2A | E | 163 | 3B | 42 |
| Octal | 334 | 166 | 177 | 0 | 56 | 52 | 16 | 543 | 73 | 102 |
| Binary | 11011100 | 1110110 | 1111111 | 0 | 101110 | 101010 | 1110 | 101100011 | 111011 | 1000010 |
Color Harmonies of #DC767F
Complementary color
Monochromatic Colors of #DC767F
Black with #DC767F
Text Example
Text Example
White with #DC767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC767F; }
p { color: rgb(220,118,127); }
H1.HeaderClassName
{
color: #DC767F;
}
.AnyTagClassName
{
color: #DC767F;
}
</style>
background-color css
<style>
a { background-color: #DC767F; }
a { background-color: rgb(220,118,127); }
div.DivClassName
{
background-color: #DC767F;
}
.BgClassName
{
background-color: #DC767F;
}
</style>
border-color css
<style>
span { border-color: #DC767F; }
span { border-color: rgb(220,118,127); }
td.TdClassName
{
border-color: #DC767F;
}
.TagClassName
{
border-color: #DC767F;
}
</style>