Html Css Color HEX #DA6446 Flamingo

📋 copy color: '#DA6446'

red 218 ◦ green 100 ◦ blue 70

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

Shades of Flamingo #DA6446

Tints of Flamingo #DA6446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.04%

R = 56.19%
G = 25.77%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA6446 (or 0xDA6446) is known color: Flamingo. HEX triplet: DA, 64 and 46. RGB value is (218,100,70). Sum of RGB (Red+Green+Blue) = 218+100+70=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6446 is #259BB9. Grayscale: #848484. Windows color (decimal): -2464698 or 4613338. OLE color: 4613338.

HSL color Cylindrical-coordinate representation of color #DA6446: hue angle of 12.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA6446 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 100 70 -
CMYK 0 0.54 0.68 0.15
HSL 12.16º 0.67% 0.56% -
HSV(B) 12.16º 0.68% 0.85% -
XYZ 34.58 24.46 8.69 -
YUV 131.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 218 100 70 0 0.54 0.68 0.15 12.16 0.67 0.56
Hex DA 64 46 0 36 44 F C 43 38
Octal 332 144 106 0 66 104 17 14 103 70
Binary 11011010 1100100 1000110 0 110110 1000100 1111 1100 1000011 111000

Color Harmonies of #DA6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6446

Black with #DA6446

Text Example


Text Example

White with #DA6446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6446; }

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

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

background-color css

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

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

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

border-color css

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

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

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