Html Css Color HEX #DA6449 Flamingo

📋 copy color: '#DA6449'

red 218 ◦ green 100 ◦ blue 73

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

Shades of Flamingo #DA6449

Tints of Flamingo #DA6449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

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

R = 55.75%
G = 25.58%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6449 (or 0xDA6449) is known color: Flamingo. HEX triplet: DA, 64 and 49. RGB value is (218,100,73). Sum of RGB (Red+Green+Blue) = 218+100+73=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6449 is #259BB6. Grayscale: #848484. Windows color (decimal): -2464695 or 4809946. OLE color: 4809946.

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

Color convert

RGB 218 100 73 -
CMYK 0 0.54 0.67 0.15
HSL 11.17º 0.66% 0.57% -
HSV(B) 11.17º 0.67% 0.85% -
XYZ 34.67 24.5 9.2 -
YUV 132.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 218 100 73 0 0.54 0.67 0.15 11.17 0.66 0.57
Hex DA 64 49 0 36 43 F B 42 39
Octal 332 144 111 0 66 103 17 13 102 71
Binary 11011010 1100100 1001001 0 110110 1000011 1111 1011 1000010 111001

Color Harmonies of #DA6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6449

Black with #DA6449

Text Example


Text Example

White with #DA6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6449; }

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

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

background-color css

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

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

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

border-color css

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

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

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