Html Css Color HEX #DC5D44 Flamingo

📋 copy color: '#DC5D44'

red 220 ◦ green 93 ◦ blue 68

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

Shades of Flamingo #DC5D44

Tints of Flamingo #DC5D44

RGB

 RED value IS 220 (86.33% from 255) = 57.74%

 GREEN value IS 93 (36.72% from 255) = 24.41%

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 57.74%
G = 24.41%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC5D44 (or 0xDC5D44) is known color: Flamingo. HEX triplet: DC, 5D and 44. RGB value is (220,93,68). Sum of RGB (Red+Green+Blue) = 220+93+68=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D44 is #23A2BB. Grayscale: #808080. Windows color (decimal): -2335420 or 4480476. OLE color: 4480476.

HSL color Cylindrical-coordinate representation of color #DC5D44: hue angle of 9.87º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC5D44 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 93 68 -
CMYK 0 0.58 0.69 0.14
HSL 9.87º 0.68% 0.56% -
HSV(B) 9.87º 0.69% 0.86% -
XYZ 34.47 23.46 8.18 -
YUV 128.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 220 93 68 0 0.58 0.69 0.14 9.87 0.68 0.56
Hex DC 5D 44 0 3A 45 E A 44 38
Octal 334 135 104 0 72 105 16 12 104 70
Binary 11011100 1011101 1000100 0 111010 1000101 1110 1010 1000100 111000

Color Harmonies of #DC5D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D44

Black with #DC5D44

Text Example


Text Example

White with #DC5D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D44; }

 p { color: rgb(220,93,68); }

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

background-color css

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

 a { background-color: rgb(220,93,68); }

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

border-color css

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

 span { border-color: rgb(220,93,68); }

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