#DD5D49

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

Shades of Flamingo #DD5D49

Tints of Flamingo #DD5D49

Color information

#DD5D49 (or 0xDD5D49) is unknown color: approx Flamingo. HEX triplet: DD, 5D and 49. RGB value is (221,93,73). Sum of RGB (Red+Green+Blue) = 221+93+73=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D49 is #22A2B6. Grayscale: #818181. Windows color (decimal): -2269879 or 4808157. OLE color: 4808157.

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

Color convert

RGB2219373-
CMYK00.580.670.13
HSL8.11º68.52%57.65%-
HSV(B)8.11º66.97%86.67%-
XYZ34.9423.689.03-
YUV128.9996.41193.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.11%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=57.11%
G=24.03%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221937300.580.670.138.1168.5257.65
HexDD5D4903A43D8453a
Octal335135111072103151010572
Binary110111011011101100100101110101000011110110001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5D49; }

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

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

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

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

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

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

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

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