Shades of Froly #DA677B
Tints of Froly #DA677B
RGB
CMYK
RGB Variations
Color information
#DA677B (or 0xDA677B) is known color: Froly. HEX triplet: DA, 67 and 7B. RGB value is (218,103,123). Sum of RGB (Red+Green+Blue) = 218+103+123=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA677B is #259884. Grayscale: #8B8B8B. Windows color (decimal): -2463877 or 8087514. OLE color: 8087514.
HSL color Cylindrical-coordinate representation of color #DA677B: hue angle of 349.57º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA677B is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 123 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.15 |
| HSL | 349.57º | 0.61% | 0.63% | - |
| HSV(B) | 349.57º | 0.53% | 0.85% | - |
| XYZ | 37.34 | 26.04 | 21.8 | - |
| YUV | 139.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 123 | 0 | 0.53 | 0.44 | 0.15 | 349.57 | 0.61 | 0.63 |
| Hex | DA | 67 | 7B | 0 | 35 | 2C | F | 15E | 3D | 3F |
| Octal | 332 | 147 | 173 | 0 | 65 | 54 | 17 | 536 | 75 | 77 |
| Binary | 11011010 | 1100111 | 1111011 | 0 | 110101 | 101100 | 1111 | 101011110 | 111101 | 111111 |
Color Harmonies of #DA677B
Complementary color
Monochromatic Colors of #DA677B
Black with #DA677B
Text Example
Text Example
White with #DA677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA677B; }
p { color: rgb(218,103,123); }
H1.HeaderClassName
{
color: #DA677B;
}
.AnyTagClassName
{
color: #DA677B;
}
</style>
background-color css
<style>
a { background-color: #DA677B; }
a { background-color: rgb(218,103,123); }
div.DivClassName
{
background-color: #DA677B;
}
.BgClassName
{
background-color: #DA677B;
}
</style>
border-color css
<style>
span { border-color: #DA677B; }
span { border-color: rgb(218,103,123); }
td.TdClassName
{
border-color: #DA677B;
}
.TagClassName
{
border-color: #DA677B;
}
</style>