Html Css Color HEX #D1696D Froly

📋 copy color: '#D1696D'

red 209 ◦ green 105 ◦ blue 109

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

Shades of Froly #D1696D

Tints of Froly #D1696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.77%

R = 49.41%
G = 24.82%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1696D (or 0xD1696D) is known color: Froly. HEX triplet: D1, 69 and 6D. RGB value is (209,105,109). Sum of RGB (Red+Green+Blue) = 209+105+109=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1696D is #2E9692. Grayscale: #888888. Windows color (decimal): -3053203 or 7170513. OLE color: 7170513.

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

Color convert

RGB 209 105 109 -
CMYK 0 0.50 0.48 0.18
HSL 357.69º 0.53% 0.62% -
HSV(B) 357.69º 0.5% 0.82% -
XYZ 34.11 24.76 17.45 -
YUV 136.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 209 105 109 0 0.50 0.48 0.18 357.69 0.53 0.62
Hex D1 69 6D 0 32 30 12 166 35 3E
Octal 321 151 155 0 62 60 22 546 65 76
Binary 11010001 1101001 1101101 0 110010 110000 10010 101100110 110101 111110

Color Harmonies of #D1696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1696D

Black with #D1696D

Text Example


Text Example

White with #D1696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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