Html Css Color HEX #DA6E4E Flamingo

📋 copy color: '#DA6E4E'

red 218 ◦ green 110 ◦ blue 78

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

Shades of Flamingo #DA6E4E

Tints of Flamingo #DA6E4E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.09%

 BLUE value IS 78 (30.86% from 255) = 19.21%

R = 53.69%
G = 27.09%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA6E4E (or 0xDA6E4E) is known color: Flamingo. HEX triplet: DA, 6E and 4E. RGB value is (218,110,78). Sum of RGB (Red+Green+Blue) = 218+110+78=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E4E is #2591B1. Grayscale: #8A8A8A. Windows color (decimal): -2462130 or 5140186. OLE color: 5140186.

HSL color Cylindrical-coordinate representation of color #DA6E4E: hue angle of 13.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA6E4E is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 78 -
CMYK 0 0.50 0.64 0.15
HSL 13.71º 0.65% 0.58% -
HSV(B) 13.71º 0.64% 0.85% -
XYZ 35.86 26.61 10.45 -
YUV 138.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 218 110 78 0 0.50 0.64 0.15 13.71 0.65 0.58
Hex DA 6E 4E 0 32 40 F E 41 3A
Octal 332 156 116 0 62 100 17 16 101 72
Binary 11011010 1101110 1001110 0 110010 1000000 1111 1110 1000001 111010

Color Harmonies of #DA6E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E4E

Black with #DA6E4E

Text Example


Text Example

White with #DA6E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E4E; }

 p { color: rgb(218,110,78); }

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

background-color css

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

 a { background-color: rgb(218,110,78); }

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

border-color css

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

 span { border-color: rgb(218,110,78); }

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