Html Css Color HEX #DF5942 Flamingo

📋 copy color: '#DF5942'

red 223 ◦ green 89 ◦ blue 66

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

Shades of Flamingo #DF5942

Tints of Flamingo #DF5942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.46%

R = 58.99%
G = 23.54%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF5942 (or 0xDF5942) is known color: Flamingo. HEX triplet: DF, 59 and 42. RGB value is (223,89,66). Sum of RGB (Red+Green+Blue) = 223+89+66=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5942 is #20A6BD. Grayscale: #7E7E7E. Windows color (decimal): -2139838 or 4348383. OLE color: 4348383.

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

Color convert

RGB 223 89 66 -
CMYK 0 0.60 0.70 0.13
HSL 8.79º 0.71% 0.57% -
HSV(B) 8.79º 0.7% 0.87% -
XYZ 34.99 23.23 7.79 -
YUV 126.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 223 89 66 0 0.60 0.70 0.13 8.79 0.71 0.57
Hex DF 59 42 0 3C 46 D 9 47 39
Octal 337 131 102 0 74 106 15 11 107 71
Binary 11011111 1011001 1000010 0 111100 1000110 1101 1001 1000111 111001

Color Harmonies of #DF5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5942

Black with #DF5942

Text Example


Text Example

White with #DF5942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5942; }

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

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

background-color css

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

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

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

border-color css

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

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

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