#D86976

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

Shades of Froly #D86976

Tints of Froly #D86976

Color information

#D86976 (or 0xD86976) is unknown color: approx Froly. HEX triplet: D8, 69 and 76. RGB value is (216,105,118). Sum of RGB (Red+Green+Blue) = 216+105+118=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D86976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86976 is #279689. Grayscale: #8B8B8B. Windows color (decimal): -2594442 or 7760344. OLE color: 7760344.

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

Color convert

RGB216105118-
CMYK00.510.450.15
HSL352.97º58.73%62.94%-
HSV(B)352.97º51.39%84.71%-
XYZ36.6426.0120.23-
YUV139.67115.77182.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.20%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=49.20%
G=23.92%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610511800.510.450.15352.9758.7362.94
HexD869760332DF1613b3f
Octal33015116606355175417377
Binary110110001101001111011001100111011011111101100001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86976; }

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

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

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

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

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

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

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

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