#DC5C4A

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

Shades of Flamingo #DC5C4A

Tints of Flamingo #DC5C4A

Color information

#DC5C4A (or 0xDC5C4A) is unknown color: approx Flamingo. HEX triplet: DC, 5C and 4A. RGB value is (220,92,74). Sum of RGB (Red+Green+Blue) = 220+92+74=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C4A is #23A3B5. Grayscale: #808080. Windows color (decimal): -2335670 or 4873436. OLE color: 4873436.

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

Color convert

RGB2209274-
CMYK00.580.660.14
HSL7.4º67.59%57.65%-
HSV(B)7.4º66.36%86.27%-
XYZ34.5823.369.17-
YUV128.2297.41193.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.99%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=56.99%
G=23.83%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220927400.580.660.147.467.5957.65
HexDC5C4A03A42E7443a
Octal33413411207210216710472
Binary11011100101110010010100111010100001011101111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5C4A; }

 p { color: rgb(220,92,74); }

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

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

 a { background-color: rgb(220,92,74); }

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

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

 span { border-color: rgb(220,92,74); }

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