#DA5F4A

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

Shades of Flamingo #DA5F4A

Tints of Flamingo #DA5F4A

Color information

#DA5F4A (or 0xDA5F4A) is unknown color: approx Flamingo. HEX triplet: DA, 5F and 4A. RGB value is (218,95,74). Sum of RGB (Red+Green+Blue) = 218+95+74=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5F4A is #25A0B5. Grayscale: #818181. Windows color (decimal): -2465974 or 4874202. OLE color: 4874202.

HSL color Cylindrical-coordinate representation of color #DA5F4A: hue angle of 8.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA5F4A is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB2189574-
CMYK00.560.660.15
HSL8.75º66.06%57.25%-
HSV(B)8.75º66.06%85.49%-
XYZ34.2423.589.23-
YUV129.3896.75191.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.33%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=56.33%
G=24.55%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218957400.560.660.158.7566.0657.25
HexDA5F4A03842F94239
Octal332137112070102171110271
Binary110110101011111100101001110001000010111110011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5F4A; }

 p { color: rgb(218,95,74); }

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

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

 a { background-color: rgb(218,95,74); }

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

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

 span { border-color: rgb(218,95,74); }

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