Html Css Color HEX #DA6049 Flamingo

📋 copy color: '#DA6049'

red 218 ◦ green 96 ◦ blue 73

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

Shades of Flamingo #DA6049

Tints of Flamingo #DA6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

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

R = 56.33%
G = 24.81%
B = 18.86%

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

#DA6049 (or 0xDA6049) is known color: Flamingo. HEX triplet: DA, 60 and 49. RGB value is (218,96,73). Sum of RGB (Red+Green+Blue) = 218+96+73=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6049 is #259FB6. Grayscale: #828282. Windows color (decimal): -2465719 or 4808922. OLE color: 4808922.

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

Color convert

RGB 218 96 73 -
CMYK 0 0.56 0.67 0.15
HSL 9.52º 0.66% 0.57% -
HSV(B) 9.52º 0.67% 0.85% -
XYZ 34.3 23.75 9.08 -
YUV 129.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 218 96 73 0 0.56 0.67 0.15 9.52 0.66 0.57
Hex DA 60 49 0 38 43 F A 42 39
Octal 332 140 111 0 70 103 17 12 102 71
Binary 11011010 1100000 1001001 0 111000 1000011 1111 1010 1000010 111001

Color Harmonies of #DA6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6049

Black with #DA6049

Text Example


Text Example

White with #DA6049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6049; }

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

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

background-color css

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

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

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

border-color css

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

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

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