Html Css Color HEX #DA6549 Flamingo

📋 copy color: '#DA6549'

red 218 ◦ green 101 ◦ blue 73

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

Shades of Flamingo #DA6549

Tints of Flamingo #DA6549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.77%

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

R = 55.61%
G = 25.77%
B = 18.62%

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

#DA6549 (or 0xDA6549) is known color: Flamingo. HEX triplet: DA, 65 and 49. RGB value is (218,101,73). Sum of RGB (Red+Green+Blue) = 218+101+73=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6549 is #259AB6. Grayscale: #858585. Windows color (decimal): -2464439 or 4810202. OLE color: 4810202.

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

Color convert

RGB 218 101 73 -
CMYK 0 0.54 0.67 0.15
HSL 11.59º 0.66% 0.57% -
HSV(B) 11.59º 0.67% 0.85% -
XYZ 34.77 24.69 9.24 -
YUV 132.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 218 101 73 0 0.54 0.67 0.15 11.59 0.66 0.57
Hex DA 65 49 0 36 43 F C 42 39
Octal 332 145 111 0 66 103 17 14 102 71
Binary 11011010 1100101 1001001 0 110110 1000011 1111 1100 1000010 111001

Color Harmonies of #DA6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6549

Black with #DA6549

Text Example


Text Example

White with #DA6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6549; }

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

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

background-color css

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

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

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

border-color css

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

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

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