Html Css Color HEX #DA6444 Flamingo

📋 copy color: '#DA6444'

red 218 ◦ green 100 ◦ blue 68

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

Shades of Flamingo #DA6444

Tints of Flamingo #DA6444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.62%

R = 56.48%
G = 25.91%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA6444 (or 0xDA6444) is known color: Flamingo. HEX triplet: DA, 64 and 44. RGB value is (218,100,68). Sum of RGB (Red+Green+Blue) = 218+100+68=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6444 is #259BBB. Grayscale: #838383. Windows color (decimal): -2464700 or 4482266. OLE color: 4482266.

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

Color convert

RGB 218 100 68 -
CMYK 0 0.54 0.69 0.15
HSL 12.8º 0.67% 0.56% -
HSV(B) 12.8º 0.69% 0.85% -
XYZ 34.51 24.44 8.37 -
YUV 131.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 218 100 68 0 0.54 0.69 0.15 12.8 0.67 0.56
Hex DA 64 44 0 36 45 F D 43 38
Octal 332 144 104 0 66 105 17 15 103 70
Binary 11011010 1100100 1000100 0 110110 1000101 1111 1101 1000011 111000

Color Harmonies of #DA6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6444

Black with #DA6444

Text Example


Text Example

White with #DA6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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