#D86A72

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

Shades of Froly #D86A72

Tints of Froly #D86A72

Color information

#D86A72 (or 0xD86A72) is unknown color: approx Froly. HEX triplet: D8, 6A and 72. RGB value is (216,106,114). Sum of RGB (Red+Green+Blue) = 216+106+114=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A72 is #27958D. Grayscale: #8B8B8B. Windows color (decimal): -2594190 or 7498456. OLE color: 7498456.

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

Color convert

RGB216106114-
CMYK00.510.470.15
HSL355.64º58.51%63.14%-
HSV(B)355.64º50.93%84.71%-
XYZ36.5126.1219.04-
YUV139.8113.44182.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.54%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=49.54%
G=24.31%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610611400.510.470.15355.6458.5163.14
HexD86A720332FF1643b3f
Octal33015216206357175447377
Binary110110001101010111001001100111011111111101100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86A72; }

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

 H1.HeaderClassName
 {
   color: #D86A72;
 }
 .AnyTagClassName
 {
   color: #D86A72;
 }
</style>
background-color css

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

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

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

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

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

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