#DD5D47

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

Shades of Flamingo #DD5D47

Tints of Flamingo #DD5D47

Color information

#DD5D47 (or 0xDD5D47) is unknown color: approx Flamingo. HEX triplet: DD, 5D and 47. RGB value is (221,93,71). Sum of RGB (Red+Green+Blue) = 221+93+71=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D47 is #22A2B8. Grayscale: #808080. Windows color (decimal): -2269881 or 4677085. OLE color: 4677085.

HSL color Cylindrical-coordinate representation of color #DD5D47: hue angle of 8.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD5D47 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2219371-
CMYK00.580.680.13
HSL8.8º68.81%57.25%-
HSV(B)8.8º67.87%86.67%-
XYZ34.8723.668.69-
YUV128.7695.41193.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 71 (28.12% from 255) = 18.44%
R=57.40%
G=24.16%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221937100.580.680.138.868.8157.25
HexDD5D4703A44D94539
Octal335135107072104151110571
Binary110111011011101100011101110101000100110110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5D47; }

 p { color: rgb(221,93,71); }

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

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

 a { background-color: rgb(221,93,71); }

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

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

 span { border-color: rgb(221,93,71); }

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