Html Css Color HEX #DF5E4A Flamingo

📋 copy color: '#DF5E4A'

red 223 ◦ green 94 ◦ blue 74

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

Shades of Flamingo #DF5E4A

Tints of Flamingo #DF5E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 57.03%
G = 24.04%
B = 18.93%

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

#DF5E4A (or 0xDF5E4A) is known color: Flamingo. HEX triplet: DF, 5E and 4A. RGB value is (223,94,74). Sum of RGB (Red+Green+Blue) = 223+94+74=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5E4A is #20A1B5. Grayscale: #828282. Windows color (decimal): -2138550 or 4873951. OLE color: 4873951.

HSL color Cylindrical-coordinate representation of color #DF5E4A: hue angle of 8.05º 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 #DF5E4A is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 94 74 -
CMYK 0 0.58 0.67 0.13
HSL 8.05º 0.7% 0.58% -
HSV(B) 8.05º 0.67% 0.87% -
XYZ 35.67 24.19 9.27 -
YUV 130.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 223 94 74 0 0.58 0.67 0.13 8.05 0.7 0.58
Hex DF 5E 4A 0 3A 43 D 8 46 3A
Octal 337 136 112 0 72 103 15 10 106 72
Binary 11011111 1011110 1001010 0 111010 1000011 1101 1000 1000110 111010

Color Harmonies of #DF5E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E4A

Black with #DF5E4A

Text Example


Text Example

White with #DF5E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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