Html Css Color HEX #D1696A Froly

📋 copy color: '#D1696A'

red 209 ◦ green 105 ◦ blue 106

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

Shades of Froly #D1696A

Tints of Froly #D1696A

RGB

 RED value IS 209 (82.03% from 255) = 49.76%

 GREEN value IS 105 (41.41% from 255) = 25%

 BLUE value IS 106 (41.8% from 255) = 25.24%

R = 49.76%
G = 25%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1696A (or 0xD1696A) is known color: Froly. HEX triplet: D1, 69 and 6A. RGB value is (209,105,106). Sum of RGB (Red+Green+Blue) = 209+105+106=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1696A is #2E9695. Grayscale: #888888. Windows color (decimal): -3053206 or 6973905. OLE color: 6973905.

HSL color Cylindrical-coordinate representation of color #D1696A: hue angle of 359.42º 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 #D1696A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 105 106 -
CMYK 0 0.50 0.49 0.18
HSL 359.42º 0.53% 0.62% -
HSV(B) 359.42º 0.5% 0.82% -
XYZ 33.95 24.7 16.61 -
YUV 136.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 209 105 106 0 0.50 0.49 0.18 359.42 0.53 0.62
Hex D1 69 6A 0 32 31 12 167 35 3E
Octal 321 151 152 0 62 61 22 547 65 76
Binary 11010001 1101001 1101010 0 110010 110001 10010 101100111 110101 111110

Color Harmonies of #D1696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1696A

Black with #D1696A

Text Example


Text Example

White with #D1696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1696A; }

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

 H1.HeaderClassName
 {
   color: #D1696A;
 }
 .AnyTagClassName
 {
   color: #D1696A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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