#DD5B4E

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

Shades of Flamingo #DD5B4E

Tints of Flamingo #DD5B4E

Color information

#DD5B4E (or 0xDD5B4E) is unknown color: approx Flamingo. HEX triplet: DD, 5B and 4E. RGB value is (221,91,78). Sum of RGB (Red+Green+Blue) = 221+91+78=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B4E is #22A4B1. Grayscale: #808080. Windows color (decimal): -2270386 or 5135325. OLE color: 5135325.

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

Color convert

RGB2219178-
CMYK00.590.650.13
HSL5.45º67.77%58.63%-
HSV(B)5.45º64.71%86.67%-
XYZ34.9423.49.88-
YUV128.3999.57194.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 78 (30.86% from 255) = 20%
R=56.67%
G=23.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221917800.590.650.135.4567.7758.63
HexDD5B4E03B41D5443b
Octal33513311607310115510473
Binary11011101101101110011100111011100000111011011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5B4E; }

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

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

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

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

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

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

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

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