Html Css Color HEX #DF5840 Flamingo

📋 copy color: '#DF5840'

red 223 ◦ green 88 ◦ blue 64

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

Shades of Flamingo #DF5840

Tints of Flamingo #DF5840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

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

R = 59.47%
G = 23.47%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF5840 (or 0xDF5840) is known color: Flamingo. HEX triplet: DF, 58 and 40. RGB value is (223,88,64). Sum of RGB (Red+Green+Blue) = 223+88+64=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5840 is #20A7BF. Grayscale: #7D7D7D. Windows color (decimal): -2140096 or 4217055. OLE color: 4217055.

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

Color convert

RGB 223 88 64 -
CMYK 0 0.61 0.71 0.13
HSL 9.06º 0.71% 0.56% -
HSV(B) 9.06º 0.71% 0.87% -
XYZ 34.85 23.04 7.46 -
YUV 125.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 223 88 64 0 0.61 0.71 0.13 9.06 0.71 0.56
Hex DF 58 40 0 3D 47 D 9 47 38
Octal 337 130 100 0 75 107 15 11 107 70
Binary 11011111 1011000 1000000 0 111101 1000111 1101 1001 1000111 111000

Color Harmonies of #DF5840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5840

Black with #DF5840

Text Example


Text Example

White with #DF5840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5840; }

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

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

background-color css

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

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

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

border-color css

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

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

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