#DD747A

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

Shades of Froly #DD747A

Tints of Froly #DD747A

Color information

#DD747A (or 0xDD747A) is unknown color: approx Froly. HEX triplet: DD, 74 and 7A. RGB value is (221,116,122). Sum of RGB (Red+Green+Blue) = 221+116+122=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD747A is #228B85. Grayscale: #949494. Windows color (decimal): -2263942 or 8025309. OLE color: 8025309.

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

Color convert

RGB221116122-
CMYK00.480.450.13
HSL356.57º60.69%66.08%-
HSV(B)356.57º47.51%86.67%-
XYZ39.5829.2721.98-
YUV148.08113.29180.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=48.15%
G=25.27%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111612200.480.450.13356.5760.6966.08
HexDD747A0302DD1653d42
Octal335164172060551554575102
Binary1101110111101001111010011000010110111011011001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD747A; }

 p { color: rgb(221,116,122); }

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

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

 a { background-color: rgb(221,116,122); }

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

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

 span { border-color: rgb(221,116,122); }

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