#df6949

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

Shades of Flamingo #DF6949

Tints of Flamingo #DF6949

Color information

#DF6949 (or 0xDF6949) is unknown color: approx Flamingo. HEX triplet: DF, 69 and 49. RGB value is (223,105,73). Sum of RGB (Red+Green+Blue) = 223+105+73=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6949 is #2096B6. Grayscale: #888888. Windows color (decimal): -2135735 or 4811231. OLE color: 4811231.

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

Color convert

RGB22310573-
CMYK00.530.670.13
HSL12.8º70.09%58.04%-
HSV(B)12.8º67.26%87.45%-
XYZ36.6926.279.44-
YUV136.6392.09189.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.61%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 73 (28.91% from 255) = 18.20%
R=55.61%
G=26.18%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231057300.530.670.1312.870.0958.04
HexDF694903543Dd463a
Octal337151111065103151510672
Binary110111111101001100100101101011000011110111011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6949; }

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

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

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

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

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

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

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

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