Html Css Color HEX #D86D77 Froly

📋 copy color: '#D86D77'

red 216 ◦ green 109 ◦ blue 119

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

Shades of Froly #D86D77

Tints of Froly #D86D77

RGB

 RED value IS 216 (84.77% from 255) = 48.65%

 GREEN value IS 109 (42.97% from 255) = 24.55%

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 48.65%
G = 24.55%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D86D77 (or 0xD86D77) is known color: Froly. HEX triplet: D8, 6D and 77. RGB value is (216,109,119). Sum of RGB (Red+Green+Blue) = 216+109+119=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D77 is #279288. Grayscale: #8E8E8E. Windows color (decimal): -2593417 or 7826904. OLE color: 7826904.

HSL color Cylindrical-coordinate representation of color #D86D77: hue angle of 354.39º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86D77 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 109 119 -
CMYK 0 0.50 0.45 0.15
HSL 354.39º 0.58% 0.64% -
HSV(B) 354.39º 0.5% 0.85% -
XYZ 37.12 26.87 20.68 -
YUV 142.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 216 109 119 0 0.50 0.45 0.15 354.39 0.58 0.64
Hex D8 6D 77 0 32 2D F 162 3A 40
Octal 330 155 167 0 62 55 17 542 72 100
Binary 11011000 1101101 1110111 0 110010 101101 1111 101100010 111010 1000000

Color Harmonies of #D86D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D77

Black with #D86D77

Text Example


Text Example

White with #D86D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D77; }

 p { color: rgb(216,109,119); }

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

background-color css

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

 a { background-color: rgb(216,109,119); }

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

border-color css

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

 span { border-color: rgb(216,109,119); }

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