Html Css Color HEX #DA644F Flamingo

📋 copy color: '#DA644F'

red 218 ◦ green 100 ◦ blue 79

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

Shades of Flamingo #DA644F

Tints of Flamingo #DA644F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 54.91%
G = 25.19%
B = 19.9%

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

#DA644F (or 0xDA644F) is known color: Flamingo. HEX triplet: DA, 64 and 4F. RGB value is (218,100,79). Sum of RGB (Red+Green+Blue) = 218+100+79=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA644F is #259BB0. Grayscale: #858585. Windows color (decimal): -2464689 or 5203162. OLE color: 5203162.

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

Color convert

RGB 218 100 79 -
CMYK 0 0.54 0.64 0.15
HSL 9.06º 0.65% 0.58% -
HSV(B) 9.06º 0.64% 0.85% -
XYZ 34.88 24.58 10.3 -
YUV 132.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 218 100 79 0 0.54 0.64 0.15 9.06 0.65 0.58
Hex DA 64 4F 0 36 40 F 9 41 3A
Octal 332 144 117 0 66 100 17 11 101 72
Binary 11011010 1100100 1001111 0 110110 1000000 1111 1001 1000001 111010

Color Harmonies of #DA644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA644F

Black with #DA644F

Text Example


Text Example

White with #DA644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA644F; }

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

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

background-color css

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

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

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

border-color css

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

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

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