Html Css Color HEX #DA6C49 Flamingo

📋 copy color: '#DA6C49'

red 218 ◦ green 108 ◦ blue 73

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

Shades of Flamingo #DA6C49

Tints of Flamingo #DA6C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

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

R = 54.64%
G = 27.07%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6C49 (or 0xDA6C49) is known color: Flamingo. HEX triplet: DA, 6C and 49. RGB value is (218,108,73). Sum of RGB (Red+Green+Blue) = 218+108+73=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6C49 is #2593B6. Grayscale: #898989. Windows color (decimal): -2462647 or 4811994. OLE color: 4811994.

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

Color convert

RGB 218 108 73 -
CMYK 0 0.50 0.67 0.15
HSL 14.48º 0.66% 0.57% -
HSV(B) 14.48º 0.67% 0.85% -
XYZ 35.48 26.11 9.47 -
YUV 136.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 218 108 73 0 0.50 0.67 0.15 14.48 0.66 0.57
Hex DA 6C 49 0 32 43 F E 42 39
Octal 332 154 111 0 62 103 17 16 102 71
Binary 11011010 1101100 1001001 0 110010 1000011 1111 1110 1000010 111001

Color Harmonies of #DA6C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6C49

Black with #DA6C49

Text Example


Text Example

White with #DA6C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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