#DD6C70

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

Shades of Froly #DD6C70

Tints of Froly #DD6C70

Color information

#DD6C70 (or 0xDD6C70) is unknown color: approx Froly. HEX triplet: DD, 6C and 70. RGB value is (221,108,112). Sum of RGB (Red+Green+Blue) = 221+108+112=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C70 is #22938F. Grayscale: #8E8E8E. Windows color (decimal): -2266000 or 7367901. OLE color: 7367901.

HSL color Cylindrical-coordinate representation of color #DD6C70: hue angle of 357.88º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6C70 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221108112-
CMYK00.510.490.13
HSL357.88º62.43%64.51%-
HSV(B)357.88º51.13%86.67%-
XYZ38.1127.2718.58-
YUV142.24110.94184.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=50.11%
G=24.49%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110811200.510.490.13357.8862.4364.51
HexDD6C7003331D1663e41
Octal335154160063611554676101
Binary1101110111011001110000011001111000111011011001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6C70; }

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

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

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

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

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

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

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

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