#DF5B41

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

Shades of Flamingo #DF5B41

Tints of Flamingo #DF5B41

Color information

#DF5B41 (or 0xDF5B41) is unknown color: approx Flamingo. HEX triplet: DF, 5B and 41. RGB value is (223,91,65). Sum of RGB (Red+Green+Blue) = 223+91+65=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B41 is #20A4BE. Grayscale: #7F7F7F. Windows color (decimal): -2139327 or 4283359. OLE color: 4283359.

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

Color convert

RGB2239165-
CMYK00.590.710.13
HSL9.87º71.17%56.47%-
HSV(B)9.87º70.85%87.45%-
XYZ35.1323.557.7-
YUV127.592.73196.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.84%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=58.84%
G=24.01%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223916500.590.710.139.8771.1756.47
HexDF5B4103B47Da4738
Octal337133101073107151210770
Binary110111111011011100000101110111000111110110101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5B41; }

 p { color: rgb(223,91,65); }

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

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

 a { background-color: rgb(223,91,65); }

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

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

 span { border-color: rgb(223,91,65); }

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