Html Css Color HEX #D9686C Froly

📋 copy color: '#D9686C'

red 217 ◦ green 104 ◦ blue 108

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

Shades of Froly #D9686C

Tints of Froly #D9686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 50.58%
G = 24.24%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9686C (or 0xD9686C) is known color: Froly. HEX triplet: D9, 68 and 6C. RGB value is (217,104,108). Sum of RGB (Red+Green+Blue) = 217+104+108=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9686C is #269793. Grayscale: #8A8A8A. Windows color (decimal): -2529172 or 7104729. OLE color: 7104729.

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

Color convert

RGB 217 104 108 -
CMYK 0 0.52 0.50 0.15
HSL 357.88º 0.6% 0.63% -
HSV(B) 357.88º 0.52% 0.85% -
XYZ 36.27 25.74 17.24 -
YUV 138.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 217 104 108 0 0.52 0.50 0.15 357.88 0.6 0.63
Hex D9 68 6C 0 34 32 F 166 3C 3F
Octal 331 150 154 0 64 62 17 546 74 77
Binary 11011001 1101000 1101100 0 110100 110010 1111 101100110 111100 111111

Color Harmonies of #D9686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9686C

Black with #D9686C

Text Example


Text Example

White with #D9686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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