#DD5A44

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

Shades of Flamingo #DD5A44

Tints of Flamingo #DD5A44

Color information

#DD5A44 (or 0xDD5A44) is unknown color: approx Flamingo. HEX triplet: DD, 5A and 44. RGB value is (221,90,68). Sum of RGB (Red+Green+Blue) = 221+90+68=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A44 is #22A5BB. Grayscale: #7E7E7E. Windows color (decimal): -2270652 or 4479709. OLE color: 4479709.

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

Color convert

RGB2219068-
CMYK00.590.690.13
HSL8.63º69.23%56.67%-
HSV(B)8.63º69.23%86.67%-
XYZ34.5223.18.11-
YUV126.6694.9195.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.31%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 68 (26.95% from 255) = 17.94%
R=58.31%
G=23.75%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221906800.590.690.138.6369.2356.67
HexDD5A4403B45D94539
Octal335132104073105151110571
Binary110111011011010100010001110111000101110110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5A44; }

 p { color: rgb(221,90,68); }

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

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

 a { background-color: rgb(221,90,68); }

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

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

 span { border-color: rgb(221,90,68); }

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