Html Css Color HEX #D9686E Froly

📋 copy color: '#D9686E'

red 217 ◦ green 104 ◦ blue 110

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

Shades of Froly #D9686E

Tints of Froly #D9686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

 BLUE value IS 110 (43.36% from 255) = 25.52%

R = 50.35%
G = 24.13%
B = 25.52%

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

#D9686E (or 0xD9686E) is known color: Froly. HEX triplet: D9, 68 and 6E. RGB value is (217,104,110). Sum of RGB (Red+Green+Blue) = 217+104+110=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9686E is #269791. Grayscale: #8A8A8A. Windows color (decimal): -2529170 or 7235801. OLE color: 7235801.

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

Color convert

RGB 217 104 110 -
CMYK 0 0.52 0.49 0.15
HSL 356.81º 0.6% 0.63% -
HSV(B) 356.81º 0.52% 0.85% -
XYZ 36.38 25.78 17.81 -
YUV 138.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 217 104 110 0 0.52 0.49 0.15 356.81 0.6 0.63
Hex D9 68 6E 0 34 31 F 165 3C 3F
Octal 331 150 156 0 64 61 17 545 74 77
Binary 11011001 1101000 1101110 0 110100 110001 1111 101100101 111100 111111

Color Harmonies of #D9686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9686E

Black with #D9686E

Text Example


Text Example

White with #D9686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9686E; }

 p { color: rgb(217,104,110); }

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

background-color css

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

 a { background-color: rgb(217,104,110); }

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

border-color css

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

 span { border-color: rgb(217,104,110); }

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