Shades of Froly #DA7C7F
Tints of Froly #DA7C7F
RGB
CMYK
RGB Variations
Color information
#DA7C7F (or 0xDA7C7F) is known color: Froly. HEX triplet: DA, 7C and 7F. RGB value is (218,124,127). Sum of RGB (Red+Green+Blue) = 218+124+127=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C7F is #258380. Grayscale: #989898. Windows color (decimal): -2458497 or 8355034. OLE color: 8355034.
HSL color Cylindrical-coordinate representation of color #DA7C7F: hue angle of 358.09º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7C7F is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 127 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.15 |
| HSL | 358.09º | 0.56% | 0.67% | - |
| HSV(B) | 358.09º | 0.43% | 0.85% | - |
| XYZ | 39.95 | 30.85 | 23.93 | - |
| YUV | 152.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 127 | 0 | 0.43 | 0.42 | 0.15 | 358.09 | 0.56 | 0.67 |
| Hex | DA | 7C | 7F | 0 | 2B | 2A | F | 166 | 38 | 43 |
| Octal | 332 | 174 | 177 | 0 | 53 | 52 | 17 | 546 | 70 | 103 |
| Binary | 11011010 | 1111100 | 1111111 | 0 | 101011 | 101010 | 1111 | 101100110 | 111000 | 1000011 |
Color Harmonies of #DA7C7F
Complementary color
Monochromatic Colors of #DA7C7F
Black with #DA7C7F
Text Example
Text Example
White with #DA7C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C7F; }
p { color: rgb(218,124,127); }
H1.HeaderClassName
{
color: #DA7C7F;
}
.AnyTagClassName
{
color: #DA7C7F;
}
</style>
background-color css
<style>
a { background-color: #DA7C7F; }
a { background-color: rgb(218,124,127); }
div.DivClassName
{
background-color: #DA7C7F;
}
.BgClassName
{
background-color: #DA7C7F;
}
</style>
border-color css
<style>
span { border-color: #DA7C7F; }
span { border-color: rgb(218,124,127); }
td.TdClassName
{
border-color: #DA7C7F;
}
.TagClassName
{
border-color: #DA7C7F;
}
</style>