#DA5E48

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

Shades of Flamingo #DA5E48

Tints of Flamingo #DA5E48

Color information

#DA5E48 (or 0xDA5E48) is unknown color: approx Flamingo. HEX triplet: DA, 5E and 48. RGB value is (218,94,72). Sum of RGB (Red+Green+Blue) = 218+94+72=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E48 is #25A1B7. Grayscale: #808080. Windows color (decimal): -2466232 or 4742874. OLE color: 4742874.

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

Color convert

RGB2189472-
CMYK00.570.670.15
HSL9.04º66.36%56.86%-
HSV(B)9.04º66.97%85.49%-
XYZ34.0923.388.85-
YUV128.5796.08191.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.77%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=56.77%
G=24.48%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218947200.570.670.159.0466.3656.86
HexDA5E4803943F94239
Octal332136110071103171110271
Binary110110101011110100100001110011000011111110011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5E48; }

 p { color: rgb(218,94,72); }

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

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

 a { background-color: rgb(218,94,72); }

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

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

 span { border-color: rgb(218,94,72); }

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