#DF6245

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

Shades of Flamingo #DF6245

Tints of Flamingo #DF6245

Color information

#DF6245 (or 0xDF6245) is unknown color: approx Flamingo. HEX triplet: DF, 62 and 45. RGB value is (223,98,69). Sum of RGB (Red+Green+Blue) = 223+98+69=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6245 is #209DBA. Grayscale: #848484. Windows color (decimal): -2137531 or 4547295. OLE color: 4547295.

HSL color Cylindrical-coordinate representation of color #DF6245: hue angle of 11.3º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF6245 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2239869-
CMYK00.560.690.13
HSL11.3º70.64%57.25%-
HSV(B)11.3º69.06%87.45%-
XYZ35.8724.858.54-
YUV132.0792.41192.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.18%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=57.18%
G=25.13%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223986900.560.690.1311.370.6457.25
HexDF624503845Db4739
Octal337142105070105151310771
Binary110111111100010100010101110001000101110110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6245; }

 p { color: rgb(223,98,69); }

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

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

 a { background-color: rgb(223,98,69); }

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

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

 span { border-color: rgb(223,98,69); }

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