Shades of Froly #D96568
Tints of Froly #D96568
RGB
CMYK
RGB Variations
Color information
#D96568 (or 0xD96568) is known color: Froly. HEX triplet: D9, 65 and 68. RGB value is (217,101,104). Sum of RGB (Red+Green+Blue) = 217+101+104=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D96568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96568 is #269A97. Grayscale: #888888. Windows color (decimal): -2529944 or 6841817. OLE color: 6841817.
HSL color Cylindrical-coordinate representation of color #D96568: hue angle of 358.45º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96568 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 104 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.15 |
| HSL | 358.45º | 0.6% | 0.62% | - |
| HSV(B) | 358.45º | 0.53% | 0.85% | - |
| XYZ | 35.77 | 25.06 | 16.05 | - |
| YUV | 136.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 104 | 0 | 0.53 | 0.52 | 0.15 | 358.45 | 0.6 | 0.62 |
| Hex | D9 | 65 | 68 | 0 | 35 | 34 | F | 166 | 3C | 3E |
| Octal | 331 | 145 | 150 | 0 | 65 | 64 | 17 | 546 | 74 | 76 |
| Binary | 11011001 | 1100101 | 1101000 | 0 | 110101 | 110100 | 1111 | 101100110 | 111100 | 111110 |
Color Harmonies of #D96568
Complementary color
Monochromatic Colors of #D96568
Black with #D96568
Text Example
Text Example
White with #D96568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96568; }
p { color: rgb(217,101,104); }
H1.HeaderClassName
{
color: #D96568;
}
.AnyTagClassName
{
color: #D96568;
}
</style>
background-color css
<style>
a { background-color: #D96568; }
a { background-color: rgb(217,101,104); }
div.DivClassName
{
background-color: #D96568;
}
.BgClassName
{
background-color: #D96568;
}
</style>
border-color css
<style>
span { border-color: #D96568; }
span { border-color: rgb(217,101,104); }
td.TdClassName
{
border-color: #D96568;
}
.TagClassName
{
border-color: #D96568;
}
</style>