#DF5B43

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

Shades of Flamingo #DF5B43

Tints of Flamingo #DF5B43

Color information

#DF5B43 (or 0xDF5B43) is unknown color: approx Flamingo. HEX triplet: DF, 5B and 43. RGB value is (223,91,67). Sum of RGB (Red+Green+Blue) = 223+91+67=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B43 is #20A4BC. Grayscale: #7F7F7F. Windows color (decimal): -2139325 or 4414431. OLE color: 4414431.

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

Color convert

RGB2239167-
CMYK00.590.700.13
HSL9.23º70.91%56.86%-
HSV(B)9.23º69.96%87.45%-
XYZ35.1923.588.01-
YUV127.7393.73195.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.53%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 67 (26.56% from 255) = 17.59%
R=58.53%
G=23.88%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223916700.590.700.139.2370.9156.86
HexDF5B4303B46D94739
Octal337133103073106151110771
Binary110111111011011100001101110111000110110110011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5B43; }

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

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

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

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

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

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

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

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