#DD5B44

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

Shades of Flamingo #DD5B44

Tints of Flamingo #DD5B44

Color information

#DD5B44 (or 0xDD5B44) is unknown color: approx Flamingo. HEX triplet: DD, 5B and 44. RGB value is (221,91,68). Sum of RGB (Red+Green+Blue) = 221+91+68=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B44 is #22A4BB. Grayscale: #7F7F7F. Windows color (decimal): -2270396 or 4479965. OLE color: 4479965.

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

Color convert

RGB2219168-
CMYK00.590.690.13
HSL9.02º69.23%56.67%-
HSV(B)9.02º69.23%86.67%-
XYZ34.623.278.14-
YUV127.2594.57194.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 68 (26.95% from 255) = 17.89%
R=58.16%
G=23.95%
B=17.89%

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
Decimal221916800.590.690.139.0269.2356.67
HexDD5B4403B45D94539
Octal335133104073105151110571
Binary110111011011011100010001110111000101110110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5B44; }

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

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

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

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

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

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

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

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