Html Css Color HEX #D9696F Froly

📋 copy color: '#D9696F'

red 217 ◦ green 105 ◦ blue 111

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

Shades of Froly #D9696F

Tints of Froly #D9696F

RGB

 RED value IS 217 (85.16% from 255) = 50.12%

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

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 50.12%
G = 24.25%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9696F (or 0xD9696F) is known color: Froly. HEX triplet: D9, 69 and 6F. RGB value is (217,105,111). Sum of RGB (Red+Green+Blue) = 217+105+111=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9696F is #269690. Grayscale: #8B8B8B. Windows color (decimal): -2528913 or 7301593. OLE color: 7301593.

HSL color Cylindrical-coordinate representation of color #D9696F: hue angle of 356.79º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9696F is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 105 111 -
CMYK 0 0.52 0.49 0.15
HSL 356.79º 0.6% 0.63% -
HSV(B) 356.79º 0.52% 0.85% -
XYZ 36.54 26 18.13 -
YUV 139.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 217 105 111 0 0.52 0.49 0.15 356.79 0.6 0.63
Hex D9 69 6F 0 34 31 F 165 3C 3F
Octal 331 151 157 0 64 61 17 545 74 77
Binary 11011001 1101001 1101111 0 110100 110001 1111 101100101 111100 111111

Color Harmonies of #D9696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9696F

Black with #D9696F

Text Example


Text Example

White with #D9696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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