Shades of Froly #D96773
Tints of Froly #D96773
RGB
CMYK
RGB Variations
Color information
#D96773 (or 0xD96773) is known color: Froly. HEX triplet: D9, 67 and 73. RGB value is (217,103,115). Sum of RGB (Red+Green+Blue) = 217+103+115=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D96773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96773 is #26988C. Grayscale: #8A8A8A. Windows color (decimal): -2529421 or 7563225. OLE color: 7563225.
HSL color Cylindrical-coordinate representation of color #D96773: hue angle of 353.68º degrees, saturation: 0.6, 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 #D96773 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 115 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.15 |
| HSL | 353.68º | 0.6% | 0.63% | - |
| HSV(B) | 353.68º | 0.53% | 0.85% | - |
| XYZ | 36.56 | 25.69 | 19.25 | - |
| YUV | 138.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 115 | 0 | 0.53 | 0.47 | 0.15 | 353.68 | 0.6 | 0.63 |
| Hex | D9 | 67 | 73 | 0 | 35 | 2F | F | 162 | 3C | 3F |
| Octal | 331 | 147 | 163 | 0 | 65 | 57 | 17 | 542 | 74 | 77 |
| Binary | 11011001 | 1100111 | 1110011 | 0 | 110101 | 101111 | 1111 | 101100010 | 111100 | 111111 |
Color Harmonies of #D96773
Complementary color
Monochromatic Colors of #D96773
Black with #D96773
Text Example
Text Example
White with #D96773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96773; }
p { color: rgb(217,103,115); }
H1.HeaderClassName
{
color: #D96773;
}
.AnyTagClassName
{
color: #D96773;
}
</style>
background-color css
<style>
a { background-color: #D96773; }
a { background-color: rgb(217,103,115); }
div.DivClassName
{
background-color: #D96773;
}
.BgClassName
{
background-color: #D96773;
}
</style>
border-color css
<style>
span { border-color: #D96773; }
span { border-color: rgb(217,103,115); }
td.TdClassName
{
border-color: #D96773;
}
.TagClassName
{
border-color: #D96773;
}
</style>