#DD686D

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

Shades of Froly #DD686D

Tints of Froly #DD686D

Color information

#DD686D (or 0xDD686D) is unknown color: approx Froly. HEX triplet: DD, 68 and 6D. RGB value is (221,104,109). Sum of RGB (Red+Green+Blue) = 221+104+109=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD686D is #229792. Grayscale: #8B8B8B. Windows color (decimal): -2267027 or 7170269. OLE color: 7170269.

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

Color convert

RGB221104109-
CMYK00.530.510.13
HSL357.44º63.24%63.73%-
HSV(B)357.44º52.94%86.67%-
XYZ37.5326.3817.58-
YUV139.55110.76186.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.92%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 109 (42.97% from 255) = 25.12%
R=50.92%
G=23.96%
B=25.12%

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
Decimal22110410900.530.510.13357.4463.2463.73
HexDD686D03533D1653f40
Octal335150155065631554577100
Binary1101110111010001101101011010111001111011011001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD686D; }

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

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

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

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

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

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

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

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