Html Css Color HEX #DF5A4D Flamingo

📋 copy color: '#DF5A4D'

red 223 ◦ green 90 ◦ blue 77

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

Shades of Flamingo #DF5A4D

Tints of Flamingo #DF5A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

 BLUE value IS 77 (30.47% from 255) = 19.74%

R = 57.18%
G = 23.08%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF5A4D (or 0xDF5A4D) is known color: Flamingo. HEX triplet: DF, 5A and 4D. RGB value is (223,90,77). Sum of RGB (Red+Green+Blue) = 223+90+77=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5A4D is #20A5B2. Grayscale: #808080. Windows color (decimal): -2139571 or 5069535. OLE color: 5069535.

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

Color convert

RGB 223 90 77 -
CMYK 0 0.60 0.65 0.13
HSL 5.34º 0.7% 0.59% -
HSV(B) 5.34º 0.65% 0.87% -
XYZ 35.43 23.54 9.7 -
YUV 128.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 223 90 77 0 0.60 0.65 0.13 5.34 0.7 0.59
Hex DF 5A 4D 0 3C 41 D 5 46 3B
Octal 337 132 115 0 74 101 15 5 106 73
Binary 11011111 1011010 1001101 0 111100 1000001 1101 101 1000110 111011

Color Harmonies of #DF5A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A4D

Black with #DF5A4D

Text Example


Text Example

White with #DF5A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A4D; }

 p { color: rgb(223,90,77); }

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

background-color css

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

 a { background-color: rgb(223,90,77); }

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

border-color css

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

 span { border-color: rgb(223,90,77); }

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