#df5d4c

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

Shades of Flamingo #DF5D4C

Tints of Flamingo #DF5D4C

Color information

#DF5D4C (or 0xDF5D4C) is unknown color: approx Flamingo. HEX triplet: DF, 5D and 4C. RGB value is (223,93,76). Sum of RGB (Red+Green+Blue) = 223+93+76=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5D4C is #20A2B3. Grayscale: #828282. Windows color (decimal): -2138804 or 5004767. OLE color: 5004767.

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

Color convert

RGB2239376-
CMYK00.580.660.13
HSL6.94º69.67%58.63%-
HSV(B)6.94º65.92%87.45%-
XYZ35.6524.049.6-
YUV129.9397.57194.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.89%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 76 (30.08% from 255) = 19.39%
R=56.89%
G=23.72%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223937600.580.660.136.9469.6758.63
HexDF5D4C03A42D7463b
Octal33713511407210215710673
Binary11011111101110110011000111010100001011011111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df5d4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df5d4c; }

 p { color: rgb(223,93,76); }

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

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

 a { background-color: rgb(223,93,76); }

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

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

 span { border-color: rgb(223,93,76); }

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