Html Css Color HEX #DF5940 Flamingo

📋 copy color: '#DF5940'

red 223 ◦ green 89 ◦ blue 64

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

Shades of Flamingo #DF5940

Tints of Flamingo #DF5940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 59.31%
G = 23.67%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF5940 (or 0xDF5940) is known color: Flamingo. HEX triplet: DF, 59 and 40. RGB value is (223,89,64). Sum of RGB (Red+Green+Blue) = 223+89+64=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5940 is #20A6BF. Grayscale: #7E7E7E. Windows color (decimal): -2139840 or 4217311. OLE color: 4217311.

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

Color convert

RGB 223 89 64 -
CMYK 0 0.60 0.71 0.13
HSL 9.43º 0.71% 0.56% -
HSV(B) 9.43º 0.71% 0.87% -
XYZ 34.93 23.2 7.49 -
YUV 126.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 223 89 64 0 0.60 0.71 0.13 9.43 0.71 0.56
Hex DF 59 40 0 3C 47 D 9 47 38
Octal 337 131 100 0 74 107 15 11 107 70
Binary 11011111 1011001 1000000 0 111100 1000111 1101 1001 1000111 111000

Color Harmonies of #DF5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5940

Black with #DF5940

Text Example


Text Example

White with #DF5940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5940; }

 p { color: rgb(223,89,64); }

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

background-color css

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

 a { background-color: rgb(223,89,64); }

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

border-color css

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

 span { border-color: rgb(223,89,64); }

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