#D86972

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

Shades of Froly #D86972

Tints of Froly #D86972

Color information

#D86972 (or 0xD86972) is unknown color: approx Froly. HEX triplet: D8, 69 and 72. RGB value is (216,105,114). Sum of RGB (Red+Green+Blue) = 216+105+114=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D86972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86972 is #27968D. Grayscale: #8B8B8B. Windows color (decimal): -2594446 or 7498200. OLE color: 7498200.

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

Color convert

RGB216105114-
CMYK00.510.470.15
HSL355.14º58.73%62.94%-
HSV(B)355.14º51.39%84.71%-
XYZ36.4125.9219-
YUV139.22113.77182.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.66%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=49.66%
G=24.14%
B=26.21%

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
Decimal21610511400.510.470.15355.1458.7362.94
HexD869720332FF1633b3f
Octal33015116206357175437377
Binary110110001101001111001001100111011111111101100011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86972; }

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

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

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

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

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

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

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

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