#DF5F49

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

Shades of Flamingo #DF5F49

Tints of Flamingo #DF5F49

Color information

#DF5F49 (or 0xDF5F49) is unknown color: approx Flamingo. HEX triplet: DF, 5F and 49. RGB value is (223,95,73). Sum of RGB (Red+Green+Blue) = 223+95+73=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F49 is #20A0B6. Grayscale: #828282. Windows color (decimal): -2138295 or 4808671. OLE color: 4808671.

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

Color convert

RGB2239573-
CMYK00.570.670.13
HSL8.8º70.09%58.04%-
HSV(B)8.8º67.26%87.45%-
XYZ35.7324.359.12-
YUV130.7695.41193.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.03%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=57.03%
G=24.30%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223957300.570.670.138.870.0958.04
HexDF5F4903943D9463a
Octal337137111071103151110672
Binary110111111011111100100101110011000011110110011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5F49; }

 p { color: rgb(223,95,73); }

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

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

 a { background-color: rgb(223,95,73); }

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

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

 span { border-color: rgb(223,95,73); }

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