#DF5A4D

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

Shades of Flamingo #DF5A4D

Tints of Flamingo #DF5A4D

Color information

#DF5A4D (or 0xDF5A4D) is unknown color: approx Flamingo. HEX triplet: DF, 5A and 4D. RGB value is (223,90,77). Sum of RGB (Red+Green+Blue) = 223+90+77=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5A4D is #20A5B2. Grayscale: #808080. Windows color (decimal): -2139571 or 5069535. OLE color: 5069535.

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

Color convert

RGB2239077-
CMYK00.600.650.13
HSL5.34º69.52%58.82%-
HSV(B)5.34º65.47%87.45%-
XYZ35.4323.549.7-
YUV128.2899.06195.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.18%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 77 (30.47% from 255) = 19.74%
R=57.18%
G=23.08%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223907700.600.650.135.3469.5258.82
HexDF5A4D03C41D5463b
Octal33713211507410115510673
Binary11011111101101010011010111100100000111011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5A4D; }

 p { color: rgb(223,90,77); }

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

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

 a { background-color: rgb(223,90,77); }

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

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

 span { border-color: rgb(223,90,77); }

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