Html Css Color HEX #DF5E49 Flamingo

📋 copy color: '#DF5E49'

red 223 ◦ green 94 ◦ blue 73

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

Shades of Flamingo #DF5E49

Tints of Flamingo #DF5E49

RGB

 RED value IS 223 (87.5% from 255) = 57.18%

 GREEN value IS 94 (37.11% from 255) = 24.1%

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

R = 57.18%
G = 24.1%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF5E49 (or 0xDF5E49) is known color: Flamingo. HEX triplet: DF, 5E and 49. RGB value is (223,94,73). Sum of RGB (Red+Green+Blue) = 223+94+73=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5E49 is #20A1B6. Grayscale: #828282. Windows color (decimal): -2138551 or 4808415. OLE color: 4808415.

HSL color Cylindrical-coordinate representation of color #DF5E49: hue angle of 8.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF5E49 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 94 73 -
CMYK 0 0.58 0.67 0.13
HSL 8.4º 0.7% 0.58% -
HSV(B) 8.4º 0.67% 0.87% -
XYZ 35.64 24.17 9.09 -
YUV 130.18 95.74 194.21 -
System Red Green Blue C M Y K H S L
Decimal 223 94 73 0 0.58 0.67 0.13 8.4 0.7 0.58
Hex DF 5E 49 0 3A 43 D 8 46 3A
Octal 337 136 111 0 72 103 15 10 106 72
Binary 11011111 1011110 1001001 0 111010 1000011 1101 1000 1000110 111010

Color Harmonies of #DF5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E49

Black with #DF5E49

Text Example


Text Example

White with #DF5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E49; }

 p { color: rgb(223,94,73); }

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

background-color css

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

 a { background-color: rgb(223,94,73); }

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

border-color css

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

 span { border-color: rgb(223,94,73); }

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