#DD5C47

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

Shades of Flamingo #DD5C47

Tints of Flamingo #DD5C47

Color information

#DD5C47 (or 0xDD5C47) is unknown color: approx Flamingo. HEX triplet: DD, 5C and 47. RGB value is (221,92,71). Sum of RGB (Red+Green+Blue) = 221+92+71=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C47 is #22A3B8. Grayscale: #808080. Windows color (decimal): -2270137 or 4676829. OLE color: 4676829.

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

Color convert

RGB2219271-
CMYK00.580.680.13
HSL8.4º68.81%57.25%-
HSV(B)8.4º67.87%86.67%-
XYZ34.7823.488.66-
YUV128.1895.74194.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.55%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 71 (28.12% from 255) = 18.49%
R=57.55%
G=23.96%
B=18.49%

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
Decimal221927100.580.680.138.468.8157.25
HexDD5C4703A44D84539
Octal335134107072104151010571
Binary110111011011100100011101110101000100110110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C47; }

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

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

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

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

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

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

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

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