#DD686F

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

Shades of Froly #DD686F

Tints of Froly #DD686F

Color information

#DD686F (or 0xDD686F) is unknown color: approx Froly. HEX triplet: DD, 68 and 6F. RGB value is (221,104,111). Sum of RGB (Red+Green+Blue) = 221+104+111=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD686F is #229790. Grayscale: #8B8B8B. Windows color (decimal): -2267025 or 7301341. OLE color: 7301341.

HSL color Cylindrical-coordinate representation of color #DD686F: hue angle of 356.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD686F is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221104111-
CMYK00.530.500.13
HSL356.41º63.24%63.73%-
HSV(B)356.41º52.94%86.67%-
XYZ37.6426.4218.15-
YUV139.78111.76185.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.69%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=50.69%
G=23.85%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110411100.530.500.13356.4163.2463.73
HexDD686F03532D1643f40
Octal335150157065621554477100
Binary1101110111010001101111011010111001011011011001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD686F; }

 p { color: rgb(221,104,111); }

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

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

 a { background-color: rgb(221,104,111); }

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

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

 span { border-color: rgb(221,104,111); }

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