Html Css Color HEX #DA5E47 Flamingo

📋 copy color: '#DA5E47'

red 218 ◦ green 94 ◦ blue 71

#DA5E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #DA5E47

Tints of Flamingo #DA5E47

RGB

 RED value IS 218 (85.55% from 255) = 56.92%

 GREEN value IS 94 (37.11% from 255) = 24.54%

 BLUE value IS 71 (28.13% from 255) = 18.54%

R = 56.92%
G = 24.54%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5E47 (or 0xDA5E47) is known color: Flamingo. HEX triplet: DA, 5E and 47. RGB value is (218,94,71). Sum of RGB (Red+Green+Blue) = 218+94+71=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E47 is #25A1B8. Grayscale: #808080. Windows color (decimal): -2466233 or 4677338. OLE color: 4677338.

HSL color Cylindrical-coordinate representation of color #DA5E47: hue angle of 9.39º degrees, saturation: 0.67, 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 #DA5E47 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 94 71 -
CMYK 0 0.57 0.67 0.15
HSL 9.39º 0.67% 0.57% -
HSV(B) 9.39º 0.67% 0.85% -
XYZ 34.05 23.37 8.68 -
YUV 128.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 218 94 71 0 0.57 0.67 0.15 9.39 0.67 0.57
Hex DA 5E 47 0 39 43 F 9 43 39
Octal 332 136 107 0 71 103 17 11 103 71
Binary 11011010 1011110 1000111 0 111001 1000011 1111 1001 1000011 111001

Color Harmonies of #DA5E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E47

Black with #DA5E47

Text Example


Text Example

White with #DA5E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E47; }

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

 H1.HeaderClassName
 {
   color: #DA5E47;
 }
 .AnyTagClassName
 {
   color: #DA5E47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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