Html Css Color HEX #D9686B Froly

📋 copy color: '#D9686B'

red 217 ◦ green 104 ◦ blue 107

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

Shades of Froly #D9686B

Tints of Froly #D9686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25%

R = 50.7%
G = 24.3%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9686B (or 0xD9686B) is known color: Froly. HEX triplet: D9, 68 and 6B. RGB value is (217,104,107). Sum of RGB (Red+Green+Blue) = 217+104+107=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9686B is #269794. Grayscale: #8A8A8A. Windows color (decimal): -2529173 or 7039193. OLE color: 7039193.

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

Color convert

RGB 217 104 107 -
CMYK 0 0.52 0.51 0.15
HSL 358.41º 0.6% 0.63% -
HSV(B) 358.41º 0.52% 0.85% -
XYZ 36.22 25.71 16.96 -
YUV 138.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 217 104 107 0 0.52 0.51 0.15 358.41 0.6 0.63
Hex D9 68 6B 0 34 33 F 166 3C 3F
Octal 331 150 153 0 64 63 17 546 74 77
Binary 11011001 1101000 1101011 0 110100 110011 1111 101100110 111100 111111

Color Harmonies of #D9686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9686B

Black with #D9686B

Text Example


Text Example

White with #D9686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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