#DD5C4D

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

Shades of Flamingo #DD5C4D

Tints of Flamingo #DD5C4D

Color information

#DD5C4D (or 0xDD5C4D) is unknown color: approx Flamingo. HEX triplet: DD, 5C and 4D. RGB value is (221,92,77). Sum of RGB (Red+Green+Blue) = 221+92+77=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C4D is #22A3B2. Grayscale: #818181. Windows color (decimal): -2270131 or 5070045. OLE color: 5070045.

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

Color convert

RGB2219277-
CMYK00.580.650.13
HSL6.25º67.92%58.43%-
HSV(B)6.25º65.16%86.67%-
XYZ34.9923.569.73-
YUV128.8698.74193.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 77 (30.47% from 255) = 19.74%
R=56.67%
G=23.59%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221927700.580.650.136.2567.9258.43
HexDD5C4D03A41D6443a
Octal33513411507210115610472
Binary11011101101110010011010111010100000111011101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C4D; }

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

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

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

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

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

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

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

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