#D9686E

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

Shades of Froly #D9686E

Tints of Froly #D9686E

Color information

#D9686E (or 0xD9686E) is unknown color: approx Froly. HEX triplet: D9, 68 and 6E. RGB value is (217,104,110). Sum of RGB (Red+Green+Blue) = 217+104+110=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9686E is #269791. Grayscale: #8A8A8A. Windows color (decimal): -2529170 or 7235801. OLE color: 7235801.

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

Color convert

RGB217104110-
CMYK00.520.490.15
HSL356.81º59.79%62.94%-
HSV(B)356.81º52.07%85.1%-
XYZ36.3825.7817.81-
YUV138.47111.94184.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.35%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=50.35%
G=24.13%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710411000.520.490.15356.8159.7962.94
HexD9686E03431F1653c3f
Octal33115015606461175457477
Binary110110011101000110111001101001100011111101100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9686E; }

 p { color: rgb(217,104,110); }

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

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

 a { background-color: rgb(217,104,110); }

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

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

 span { border-color: rgb(217,104,110); }

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