Html Css Color HEX #DA5F49 Flamingo

📋 copy color: '#DA5F49'

red 218 ◦ green 95 ◦ blue 73

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

Shades of Flamingo #DA5F49

Tints of Flamingo #DA5F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.61%

 BLUE value IS 73 (28.91% from 255) = 18.91%

R = 56.48%
G = 24.61%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5F49 (or 0xDA5F49) is known color: Flamingo. HEX triplet: DA, 5F and 49. RGB value is (218,95,73). Sum of RGB (Red+Green+Blue) = 218+95+73=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5F49 is #25A0B6. Grayscale: #818181. Windows color (decimal): -2465975 or 4808666. OLE color: 4808666.

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

Color convert

RGB 218 95 73 -
CMYK 0 0.56 0.67 0.15
HSL 9.1º 0.66% 0.57% -
HSV(B) 9.1º 0.67% 0.85% -
XYZ 34.21 23.57 9.05 -
YUV 129.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 218 95 73 0 0.56 0.67 0.15 9.1 0.66 0.57
Hex DA 5F 49 0 38 43 F 9 42 39
Octal 332 137 111 0 70 103 17 11 102 71
Binary 11011010 1011111 1001001 0 111000 1000011 1111 1001 1000010 111001

Color Harmonies of #DA5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F49

Black with #DA5F49

Text Example


Text Example

White with #DA5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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