Html Css Color HEX #DA6344 Flamingo

📋 copy color: '#DA6344'

red 218 ◦ green 99 ◦ blue 68

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

Shades of Flamingo #DA6344

Tints of Flamingo #DA6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.71%

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

R = 56.62%
G = 25.71%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA6344 (or 0xDA6344) is known color: Flamingo. HEX triplet: DA, 63 and 44. RGB value is (218,99,68). Sum of RGB (Red+Green+Blue) = 218+99+68=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6344 is #259CBB. Grayscale: #838383. Windows color (decimal): -2464956 or 4482010. OLE color: 4482010.

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

Color convert

RGB 218 99 68 -
CMYK 0 0.55 0.69 0.15
HSL 12.4º 0.67% 0.56% -
HSV(B) 12.4º 0.69% 0.85% -
XYZ 34.42 24.25 8.33 -
YUV 131.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 218 99 68 0 0.55 0.69 0.15 12.4 0.67 0.56
Hex DA 63 44 0 37 45 F C 43 38
Octal 332 143 104 0 67 105 17 14 103 70
Binary 11011010 1100011 1000100 0 110111 1000101 1111 1100 1000011 111000

Color Harmonies of #DA6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6344

Black with #DA6344

Text Example


Text Example

White with #DA6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6344; }

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

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

background-color css

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

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

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

border-color css

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

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

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