Shades of Froly #D96167
Tints of Froly #D96167
RGB
CMYK
RGB Variations
Color information
#D96167 (or 0xD96167) is known color: Froly. HEX triplet: D9, 61 and 67. RGB value is (217,97,103). Sum of RGB (Red+Green+Blue) = 217+97+103=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D96167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96167 is #269E98. Grayscale: #858585. Windows color (decimal): -2530969 or 6775257. OLE color: 6775257.
HSL color Cylindrical-coordinate representation of color #D96167: hue angle of 357º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96167 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 103 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.15 |
| HSL | 357º | 0.61% | 0.62% | - |
| HSV(B) | 357º | 0.55% | 0.85% | - |
| XYZ | 35.34 | 24.28 | 15.66 | - |
| YUV | 133.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 103 | 0 | 0.55 | 0.53 | 0.15 | 357 | 0.61 | 0.62 |
| Hex | D9 | 61 | 67 | 0 | 37 | 35 | F | 165 | 3D | 3E |
| Octal | 331 | 141 | 147 | 0 | 67 | 65 | 17 | 545 | 75 | 76 |
| Binary | 11011001 | 1100001 | 1100111 | 0 | 110111 | 110101 | 1111 | 101100101 | 111101 | 111110 |
Color Harmonies of #D96167
Complementary color
Monochromatic Colors of #D96167
Black with #D96167
Text Example
Text Example
White with #D96167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96167; }
p { color: rgb(217,97,103); }
H1.HeaderClassName
{
color: #D96167;
}
.AnyTagClassName
{
color: #D96167;
}
</style>
background-color css
<style>
a { background-color: #D96167; }
a { background-color: rgb(217,97,103); }
div.DivClassName
{
background-color: #D96167;
}
.BgClassName
{
background-color: #D96167;
}
</style>
border-color css
<style>
span { border-color: #D96167; }
span { border-color: rgb(217,97,103); }
td.TdClassName
{
border-color: #D96167;
}
.TagClassName
{
border-color: #D96167;
}
</style>