Html Css Color HEX #D86B71 Froly

📋 copy color: '#D86B71'

red 216 ◦ green 107 ◦ blue 113

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

Shades of Froly #D86B71

Tints of Froly #D86B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 49.54%
G = 24.54%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D86B71 (or 0xD86B71) is known color: Froly. HEX triplet: D8, 6B and 71. RGB value is (216,107,113). Sum of RGB (Red+Green+Blue) = 216+107+113=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B71 is #27948E. Grayscale: #8C8C8C. Windows color (decimal): -2593935 or 7433176. OLE color: 7433176.

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

Color convert

RGB 216 107 113 -
CMYK 0 0.50 0.48 0.15
HSL 356.7º 0.58% 0.63% -
HSV(B) 356.7º 0.5% 0.85% -
XYZ 36.56 26.31 18.77 -
YUV 140.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 216 107 113 0 0.50 0.48 0.15 356.7 0.58 0.63
Hex D8 6B 71 0 32 30 F 165 3A 3F
Octal 330 153 161 0 62 60 17 545 72 77
Binary 11011000 1101011 1110001 0 110010 110000 1111 101100101 111010 111111

Color Harmonies of #D86B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B71

Black with #D86B71

Text Example


Text Example

White with #D86B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B71; }

 p { color: rgb(216,107,113); }

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

background-color css

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

 a { background-color: rgb(216,107,113); }

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

border-color css

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

 span { border-color: rgb(216,107,113); }

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