Html Css Color HEX #DA654E Flamingo

📋 copy color: '#DA654E'

red 218 ◦ green 101 ◦ blue 78

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

Shades of Flamingo #DA654E

Tints of Flamingo #DA654E

RGB

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

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

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

R = 54.91%
G = 25.44%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA654E (or 0xDA654E) is known color: Flamingo. HEX triplet: DA, 65 and 4E. RGB value is (218,101,78). Sum of RGB (Red+Green+Blue) = 218+101+78=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA654E is #259AB1. Grayscale: #858585. Windows color (decimal): -2464434 or 5137882. OLE color: 5137882.

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

Color convert

RGB 218 101 78 -
CMYK 0 0.54 0.64 0.15
HSL 9.86º 0.65% 0.58% -
HSV(B) 9.86º 0.64% 0.85% -
XYZ 34.94 24.76 10.15 -
YUV 133.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 218 101 78 0 0.54 0.64 0.15 9.86 0.65 0.58
Hex DA 65 4E 0 36 40 F A 41 3A
Octal 332 145 116 0 66 100 17 12 101 72
Binary 11011010 1100101 1001110 0 110110 1000000 1111 1010 1000001 111010

Color Harmonies of #DA654E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA654E

Black with #DA654E

Text Example


Text Example

White with #DA654E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA654E; }

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

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

background-color css

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

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

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

border-color css

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

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

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