#DD7679

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

Shades of Froly #DD7679

Tints of Froly #DD7679

Color information

#DD7679 (or 0xDD7679) is unknown color: approx Froly. HEX triplet: DD, 76 and 79. RGB value is (221,118,121). Sum of RGB (Red+Green+Blue) = 221+118+121=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7679 is #228986. Grayscale: #959595. Windows color (decimal): -2263431 or 7960285. OLE color: 7960285.

HSL color Cylindrical-coordinate representation of color #DD7679: hue angle of 358.25º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7679 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB221118121-
CMYK00.470.450.13
HSL358.25º60.23%66.47%-
HSV(B)358.25º46.61%86.67%-
XYZ39.7529.7121.73-
YUV149.14112.12179.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 121 (47.66% from 255) = 26.30%
R=48.04%
G=25.65%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111812100.470.450.13358.2560.2366.47
HexDD767902F2DD1663c42
Octal335166171057551554674102
Binary1101110111101101111001010111110110111011011001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7679; }

 p { color: rgb(221,118,121); }

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

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

 a { background-color: rgb(221,118,121); }

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

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

 span { border-color: rgb(221,118,121); }

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