Html Css Color HEX #DA644C Flamingo

📋 copy color: '#DA644C'

red 218 ◦ green 100 ◦ blue 76

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

Shades of Flamingo #DA644C

Tints of Flamingo #DA644C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.29%

R = 55.33%
G = 25.38%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA644C (or 0xDA644C) is known color: Flamingo. HEX triplet: DA, 64 and 4C. RGB value is (218,100,76). Sum of RGB (Red+Green+Blue) = 218+100+76=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA644C is #259BB3. Grayscale: #848484. Windows color (decimal): -2464692 or 5006554. OLE color: 5006554.

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

Color convert

RGB 218 100 76 -
CMYK 0 0.54 0.65 0.15
HSL 10.14º 0.66% 0.58% -
HSV(B) 10.14º 0.65% 0.85% -
XYZ 34.78 24.54 9.74 -
YUV 132.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 218 100 76 0 0.54 0.65 0.15 10.14 0.66 0.58
Hex DA 64 4C 0 36 41 F A 42 3A
Octal 332 144 114 0 66 101 17 12 102 72
Binary 11011010 1100100 1001100 0 110110 1000001 1111 1010 1000010 111010

Color Harmonies of #DA644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA644C

Black with #DA644C

Text Example


Text Example

White with #DA644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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