#DF594C

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

Shades of Flamingo #DF594C

Tints of Flamingo #DF594C

Color information

#DF594C (or 0xDF594C) is unknown color: approx Flamingo. HEX triplet: DF, 59 and 4C. RGB value is (223,89,76). Sum of RGB (Red+Green+Blue) = 223+89+76=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF594C is #20A6B3. Grayscale: #7F7F7F. Windows color (decimal): -2139828 or 5003743. OLE color: 5003743.

HSL color Cylindrical-coordinate representation of color #DF594C: hue angle of 5.31º 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 #DF594C is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB2238976-
CMYK00.600.660.13
HSL5.31º69.67%58.63%-
HSV(B)5.31º65.92%87.45%-
XYZ35.3123.359.48-
YUV127.5898.89196.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.47%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 76 (30.08% from 255) = 19.59%
R=57.47%
G=22.94%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223897600.600.660.135.3169.6758.63
HexDF594C03C42D5463b
Octal33713111407410215510673
Binary11011111101100110011000111100100001011011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF594C; }

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

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

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

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

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

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

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

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