#D8696E

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

Shades of Froly #D8696E

Tints of Froly #D8696E

Color information

#D8696E (or 0xD8696E) is unknown color: approx Froly. HEX triplet: D8, 69 and 6E. RGB value is (216,105,110). Sum of RGB (Red+Green+Blue) = 216+105+110=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8696E is #279691. Grayscale: #8A8A8A. Windows color (decimal): -2594450 or 7236056. OLE color: 7236056.

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

Color convert

RGB216105110-
CMYK00.510.490.15
HSL357.3º58.73%62.94%-
HSV(B)357.3º51.39%84.71%-
XYZ36.1825.8317.83-
YUV138.76111.77183.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=50.12%
G=24.36%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610511000.510.490.15357.358.7362.94
HexD8696E03331F1653b3f
Octal33015115606361175457377
Binary110110001101001110111001100111100011111101100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8696E; }

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

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

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

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

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

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

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

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