#DD686C

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

Shades of Froly #DD686C

Tints of Froly #DD686C

Color information

#DD686C (or 0xDD686C) is unknown color: approx Froly. HEX triplet: DD, 68 and 6C. RGB value is (221,104,108). Sum of RGB (Red+Green+Blue) = 221+104+108=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD686C is #229793. Grayscale: #8B8B8B. Windows color (decimal): -2267028 or 7104733. OLE color: 7104733.

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

Color convert

RGB221104108-
CMYK00.530.510.13
HSL357.95º63.24%63.73%-
HSV(B)357.95º52.94%86.67%-
XYZ37.4826.3617.3-
YUV139.44110.26186.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=51.04%
G=24.02%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110410800.530.510.13357.9563.2463.73
HexDD686C03533D1663f40
Octal335150154065631554677100
Binary1101110111010001101100011010111001111011011001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD686C; }

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

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

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

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

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

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

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

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