#DD747F

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

Shades of Froly #DD747F

Tints of Froly #DD747F

Color information

#DD747F (or 0xDD747F) is unknown color: approx Froly. HEX triplet: DD, 74 and 7F. RGB value is (221,116,127). Sum of RGB (Red+Green+Blue) = 221+116+127=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD747F is #228B80. Grayscale: #949494. Windows color (decimal): -2263937 or 8352989. OLE color: 8352989.

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

Color convert

RGB221116127-
CMYK00.480.430.13
HSL353.71º60.69%66.08%-
HSV(B)353.71º47.51%86.67%-
XYZ39.8929.423.65-
YUV148.65115.79179.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 127 (50% from 255) = 27.37%
R=47.63%
G=25%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111612700.480.430.13353.7160.6966.08
HexDD747F0302BD1623d42
Octal335164177060531554275102
Binary1101110111101001111111011000010101111011011000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD747F; }

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

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

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

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

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

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

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

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