Shades of Froly #D16C6E
Tints of Froly #D16C6E
RGB
CMYK
RGB Variations
Color information
#D16C6E (or 0xD16C6E) is known color: Froly. HEX triplet: D1, 6C and 6E. RGB value is (209,108,110). Sum of RGB (Red+Green+Blue) = 209+108+110=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C6E is #2E9391. Grayscale: #8A8A8A. Windows color (decimal): -3052434 or 7236817. OLE color: 7236817.
HSL color Cylindrical-coordinate representation of color #D16C6E: hue angle of 358.81º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16C6E is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 110 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.18 |
| HSL | 358.81º | 0.52% | 0.62% | - |
| HSV(B) | 358.81º | 0.48% | 0.82% | - |
| XYZ | 34.47 | 25.41 | 17.84 | - |
| YUV | 138.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 110 | 0 | 0.48 | 0.47 | 0.18 | 358.81 | 0.52 | 0.62 |
| Hex | D1 | 6C | 6E | 0 | 30 | 2F | 12 | 167 | 34 | 3E |
| Octal | 321 | 154 | 156 | 0 | 60 | 57 | 22 | 547 | 64 | 76 |
| Binary | 11010001 | 1101100 | 1101110 | 0 | 110000 | 101111 | 10010 | 101100111 | 110100 | 111110 |
Color Harmonies of #D16C6E
Complementary color
Monochromatic Colors of #D16C6E
Black with #D16C6E
Text Example
Text Example
White with #D16C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C6E; }
p { color: rgb(209,108,110); }
H1.HeaderClassName
{
color: #D16C6E;
}
.AnyTagClassName
{
color: #D16C6E;
}
</style>
background-color css
<style>
a { background-color: #D16C6E; }
a { background-color: rgb(209,108,110); }
div.DivClassName
{
background-color: #D16C6E;
}
.BgClassName
{
background-color: #D16C6E;
}
</style>
border-color css
<style>
span { border-color: #D16C6E; }
span { border-color: rgb(209,108,110); }
td.TdClassName
{
border-color: #D16C6E;
}
.TagClassName
{
border-color: #D16C6E;
}
</style>