Html Css Color HEX #D86A71 Froly

📋 copy color: '#D86A71'

red 216 ◦ green 106 ◦ blue 113

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

Shades of Froly #D86A71

Tints of Froly #D86A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.37%

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

R = 49.66%
G = 24.37%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D86A71 (or 0xD86A71) is known color: Froly. HEX triplet: D8, 6A and 71. RGB value is (216,106,113). Sum of RGB (Red+Green+Blue) = 216+106+113=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A71 is #27958E. Grayscale: #8B8B8B. Windows color (decimal): -2594191 or 7432920. OLE color: 7432920.

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

Color convert

RGB 216 106 113 -
CMYK 0 0.51 0.48 0.15
HSL 356.18º 0.59% 0.63% -
HSV(B) 356.18º 0.51% 0.85% -
XYZ 36.45 26.1 18.74 -
YUV 139.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 216 106 113 0 0.51 0.48 0.15 356.18 0.59 0.63
Hex D8 6A 71 0 33 30 F 164 3B 3F
Octal 330 152 161 0 63 60 17 544 73 77
Binary 11011000 1101010 1110001 0 110011 110000 1111 101100100 111011 111111

Color Harmonies of #D86A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A71

Black with #D86A71

Text Example


Text Example

White with #D86A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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