#DF5E51

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

Shades of Flamingo #DF5E51

Tints of Flamingo #DF5E51

Color information

#DF5E51 (or 0xDF5E51) is unknown color: approx Flamingo. HEX triplet: DF, 5E and 51. RGB value is (223,94,81). Sum of RGB (Red+Green+Blue) = 223+94+81=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E51 is #20A1AE. Grayscale: #838383. Windows color (decimal): -2138543 or 5332703. OLE color: 5332703.

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

Color convert

RGB2239481-
CMYK00.580.640.13
HSL5.49º68.93%59.61%-
HSV(B)5.49º63.68%87.45%-
XYZ35.9224.2910.58-
YUV131.0999.74193.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.03%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=56.03%
G=23.62%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223948100.580.640.135.4968.9359.61
HexDF5E5103A40D5453c
Octal33713612107210015510574
Binary11011111101111010100010111010100000011011011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5E51; }

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

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

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

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

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

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

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

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