#D86777

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

Shades of Froly #D86777

Tints of Froly #D86777

Color information

#D86777 (or 0xD86777) is unknown color: approx Froly. HEX triplet: D8, 67 and 77. RGB value is (216,103,119). Sum of RGB (Red+Green+Blue) = 216+103+119=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D86777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86777 is #279888. Grayscale: #8A8A8A. Windows color (decimal): -2594953 or 7825368. OLE color: 7825368.

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

Color convert

RGB216103119-
CMYK00.520.450.15
HSL351.5º59.16%62.55%-
HSV(B)351.5º52.31%84.71%-
XYZ36.525.6320.48-
YUV138.61116.94183.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 119 (46.88% from 255) = 27.17%
R=49.32%
G=23.52%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610311900.520.450.15351.559.1662.55
HexD867770342DF1603b3f
Octal33014716706455175407377
Binary110110001100111111011101101001011011111101100000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86777; }

 p { color: rgb(216,103,119); }

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

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

 a { background-color: rgb(216,103,119); }

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

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

 span { border-color: rgb(216,103,119); }

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