#DF6049

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

Shades of Flamingo #DF6049

Tints of Flamingo #DF6049

Color information

#DF6049 (or 0xDF6049) is unknown color: approx Flamingo. HEX triplet: DF, 60 and 49. RGB value is (223,96,73). Sum of RGB (Red+Green+Blue) = 223+96+73=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6049 is #209FB6. Grayscale: #838383. Windows color (decimal): -2138039 or 4808927. OLE color: 4808927.

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

Color convert

RGB2239673-
CMYK00.570.670.13
HSL9.2º70.09%58.04%-
HSV(B)9.2º67.26%87.45%-
XYZ35.8224.539.15-
YUV131.3595.08193.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.89%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 73 (28.91% from 255) = 18.62%
R=56.89%
G=24.49%
B=18.62%

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
Decimal223967300.570.670.139.270.0958.04
HexDF604903943D9463a
Octal337140111071103151110672
Binary110111111100000100100101110011000011110110011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6049; }

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

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

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

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

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

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

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

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