Shades of Froly #D96669
Tints of Froly #D96669
RGB
CMYK
RGB Variations
Color information
#D96669 (or 0xD96669) is known color: Froly. HEX triplet: D9, 66 and 69. RGB value is (217,102,105). Sum of RGB (Red+Green+Blue) = 217+102+105=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D96669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96669 is #269996. Grayscale: #888888. Windows color (decimal): -2529687 or 6907609. OLE color: 6907609.
HSL color Cylindrical-coordinate representation of color #D96669: hue angle of 358.43º 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 #D96669 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 105 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.15 |
| HSL | 358.43º | 0.6% | 0.63% | - |
| HSV(B) | 358.43º | 0.53% | 0.85% | - |
| XYZ | 35.92 | 25.27 | 16.35 | - |
| YUV | 136.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 105 | 0 | 0.53 | 0.52 | 0.15 | 358.43 | 0.6 | 0.63 |
| Hex | D9 | 66 | 69 | 0 | 35 | 34 | F | 166 | 3C | 3F |
| Octal | 331 | 146 | 151 | 0 | 65 | 64 | 17 | 546 | 74 | 77 |
| Binary | 11011001 | 1100110 | 1101001 | 0 | 110101 | 110100 | 1111 | 101100110 | 111100 | 111111 |
Color Harmonies of #D96669
Complementary color
Monochromatic Colors of #D96669
Black with #D96669
Text Example
Text Example
White with #D96669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96669; }
p { color: rgb(217,102,105); }
H1.HeaderClassName
{
color: #D96669;
}
.AnyTagClassName
{
color: #D96669;
}
</style>
background-color css
<style>
a { background-color: #D96669; }
a { background-color: rgb(217,102,105); }
div.DivClassName
{
background-color: #D96669;
}
.BgClassName
{
background-color: #D96669;
}
</style>
border-color css
<style>
span { border-color: #D96669; }
span { border-color: rgb(217,102,105); }
td.TdClassName
{
border-color: #D96669;
}
.TagClassName
{
border-color: #D96669;
}
</style>