#D1696F

Color #D1696F Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D1696F

Tints of Froly #D1696F

Color information

#D1696F (or 0xD1696F) is unknown color: approx Froly. HEX triplet: D1, 69 and 6F. RGB value is (209,105,111). Sum of RGB (Red+Green+Blue) = 209+105+111=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D1696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1696F is #2E9690. Grayscale: #888888. Windows color (decimal): -3053201 or 7301585. OLE color: 7301585.

HSL color Cylindrical-coordinate representation of color #D1696F: hue angle of 356.54º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1696F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB209105111-
CMYK00.500.470.18
HSL356.54º53.06%61.57%-
HSV(B)356.54º49.76%81.96%-
XYZ34.2224.8118.02-
YUV136.78113.46179.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 49.18%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=49.18%
G=24.71%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910511100.500.470.18356.5453.0661.57
HexD1696F0322F12165353e
Octal32115115706257225456576
Binary1101000111010011101111011001010111110010101100101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1696F; }

 p { color: rgb(209,105,111); }

 H1.HeaderClassName
 {
   color: #D1696F;
 }
 .AnyTagClassName
 {
   color: #D1696F;
 }
</style>
background-color css

<style>
 a { background-color: #D1696F; }

 a { background-color: rgb(209,105,111); }

 div.DivClassName
 {
   background-color: #D1696F;
 }
 .BgClassName
 {
   background-color: #D1696F;
 }
</style>
border-color css

<style>
 span { border-color: #D1696F; }

 span { border-color: rgb(209,105,111); }

 td.TdClassName
 {
   border-color: #D1696F;
 }
 .TagClassName
 {
   border-color: #D1696F;
 }
</style>