#D9686D

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

Shades of Froly #D9686D

Tints of Froly #D9686D

Color information

#D9686D (or 0xD9686D) is unknown color: approx Froly. HEX triplet: D9, 68 and 6D. RGB value is (217,104,109). Sum of RGB (Red+Green+Blue) = 217+104+109=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9686D is #269792. Grayscale: #8A8A8A. Windows color (decimal): -2529171 or 7170265. OLE color: 7170265.

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

Color convert

RGB217104109-
CMYK00.520.500.15
HSL357.35º59.79%62.94%-
HSV(B)357.35º52.07%85.1%-
XYZ36.3325.7617.52-
YUV138.36111.44184.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=50.47%
G=24.19%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710410900.520.500.15357.3559.7962.94
HexD9686D03432F1653c3f
Octal33115015506462175457477
Binary110110011101000110110101101001100101111101100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9686D; }

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

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

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

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

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

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

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

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