#DC5E51

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

Shades of Flamingo #DC5E51

Tints of Flamingo #DC5E51

Color information

#DC5E51 (or 0xDC5E51) is unknown color: approx Flamingo. HEX triplet: DC, 5E and 51. RGB value is (220,94,81). Sum of RGB (Red+Green+Blue) = 220+94+81=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E51 is #23A1AE. Grayscale: #828282. Windows color (decimal): -2335151 or 5332700. OLE color: 5332700.

HSL color Cylindrical-coordinate representation of color #DC5E51: hue angle of 5.61º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5E51 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB2209481-
CMYK00.570.630.14
HSL5.61º66.51%59.02%-
HSV(B)5.61º63.18%86.27%-
XYZ3523.8210.54-
YUV130.19100.24192.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.70%
GREEN value IS 94 (37.11% from 255) = 23.80%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=55.70%
G=23.80%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220948100.570.630.145.6166.5159.02
HexDC5E510393FE6433b
Octal3341361210717716610373
Binary1101110010111101010001011100111111111101101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5E51; }

 p { color: rgb(220,94,81); }

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

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

 a { background-color: rgb(220,94,81); }

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

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

 span { border-color: rgb(220,94,81); }

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