#D86A71

Color #D86A71 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D86A71

Tints of Froly #D86A71

Color information

#D86A71 (or 0xD86A71) is unknown color: approx 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

RGB216106113-
CMYK00.510.480.15
HSL356.18º58.51%63.14%-
HSV(B)356.18º50.93%84.71%-
XYZ36.4526.118.74-
YUV139.69112.94182.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.66%
GREEN value IS 106 (41.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610611300.510.480.15356.1858.5163.14
HexD86A7103330F1643b3f
Octal33015216106360175447377
Binary110110001101010111000101100111100001111101100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>