Shades of Froly #D86669
Tints of Froly #D86669
RGB
CMYK
RGB Variations
Color information
#D86669 (or 0xD86669) is known color: Froly. HEX triplet: D8, 66 and 69. RGB value is (216,102,105). Sum of RGB (Red+Green+Blue) = 216+102+105=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D86669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86669 is #279996. Grayscale: #888888. Windows color (decimal): -2595223 or 6907608. OLE color: 6907608.
HSL color Cylindrical-coordinate representation of color #D86669: hue angle of 358.42º degrees, saturation: 0.59, 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 #D86669 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 105 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.15 |
| HSL | 358.42º | 0.59% | 0.62% | - |
| HSV(B) | 358.42º | 0.53% | 0.85% | - |
| XYZ | 35.62 | 25.12 | 16.34 | - |
| YUV | 136.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 105 | 0 | 0.53 | 0.51 | 0.15 | 358.42 | 0.59 | 0.62 |
| Hex | D8 | 66 | 69 | 0 | 35 | 33 | F | 166 | 3B | 3E |
| Octal | 330 | 146 | 151 | 0 | 65 | 63 | 17 | 546 | 73 | 76 |
| Binary | 11011000 | 1100110 | 1101001 | 0 | 110101 | 110011 | 1111 | 101100110 | 111011 | 111110 |
Color Harmonies of #D86669
Complementary color
Monochromatic Colors of #D86669
Black with #D86669
Text Example
Text Example
White with #D86669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86669; }
p { color: rgb(216,102,105); }
H1.HeaderClassName
{
color: #D86669;
}
.AnyTagClassName
{
color: #D86669;
}
</style>
background-color css
<style>
a { background-color: #D86669; }
a { background-color: rgb(216,102,105); }
div.DivClassName
{
background-color: #D86669;
}
.BgClassName
{
background-color: #D86669;
}
</style>
border-color css
<style>
span { border-color: #D86669; }
span { border-color: rgb(216,102,105); }
td.TdClassName
{
border-color: #D86669;
}
.TagClassName
{
border-color: #D86669;
}
</style>