Html Css Color HEX #DA6249 Flamingo

📋 copy color: '#DA6249'

red 218 ◦ green 98 ◦ blue 73

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

Shades of Flamingo #DA6249

Tints of Flamingo #DA6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.19%

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 56.04%
G = 25.19%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6249 (or 0xDA6249) is known color: Flamingo. HEX triplet: DA, 62 and 49. RGB value is (218,98,73). Sum of RGB (Red+Green+Blue) = 218+98+73=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6249 is #259DB6. Grayscale: #838383. Windows color (decimal): -2465207 or 4809434. OLE color: 4809434.

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

Color convert

RGB 218 98 73 -
CMYK 0 0.55 0.67 0.15
HSL 10.34º 0.66% 0.57% -
HSV(B) 10.34º 0.67% 0.85% -
XYZ 34.48 24.12 9.14 -
YUV 131.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 218 98 73 0 0.55 0.67 0.15 10.34 0.66 0.57
Hex DA 62 49 0 37 43 F A 42 39
Octal 332 142 111 0 67 103 17 12 102 71
Binary 11011010 1100010 1001001 0 110111 1000011 1111 1010 1000010 111001

Color Harmonies of #DA6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6249

Black with #DA6249

Text Example


Text Example

White with #DA6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6249; }

 p { color: rgb(218,98,73); }

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

background-color css

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

 a { background-color: rgb(218,98,73); }

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

border-color css

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

 span { border-color: rgb(218,98,73); }

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