Html Css Color HEX #D1696F Froly

📋 copy color: '#D1696F'

red 209 ◦ green 105 ◦ blue 111

#D1696F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D1696F

Tints of Froly #D1696F

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 value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1696F (or 0xD1696F) is known color: 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

RGB 209 105 111 -
CMYK 0 0.50 0.47 0.18
HSL 356.54º 0.53% 0.62% -
HSV(B) 356.54º 0.5% 0.82% -
XYZ 34.22 24.81 18.02 -
YUV 136.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 209 105 111 0 0.50 0.47 0.18 356.54 0.53 0.62
Hex D1 69 6F 0 32 2F 12 165 35 3E
Octal 321 151 157 0 62 57 22 545 65 76
Binary 11010001 1101001 1101111 0 110010 101111 10010 101100101 110101 111110

Color Harmonies of #D1696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1696F

Black with #D1696F

Text Example


Text Example

White with #D1696F

Text Example


Text Example

HTML Codes & Css Web 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>