Html Css Color HEX #DC5C44 Flamingo

📋 copy color: '#DC5C44'

red 220 ◦ green 92 ◦ blue 68

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

Shades of Flamingo #DC5C44

Tints of Flamingo #DC5C44

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

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

R = 57.89%
G = 24.21%
B = 17.89%

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

#DC5C44 (or 0xDC5C44) is known color: Flamingo. HEX triplet: DC, 5C and 44. RGB value is (220,92,68). Sum of RGB (Red+Green+Blue) = 220+92+68=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C44 is #23A3BB. Grayscale: #7F7F7F. Windows color (decimal): -2335676 or 4480220. OLE color: 4480220.

HSL color Cylindrical-coordinate representation of color #DC5C44: hue angle of 9.47º 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 #DC5C44 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 92 68 -
CMYK 0 0.58 0.69 0.14
HSL 9.47º 0.68% 0.56% -
HSV(B) 9.47º 0.69% 0.86% -
XYZ 34.39 23.29 8.15 -
YUV 127.54 94.41 193.95 -
System Red Green Blue C M Y K H S L
Decimal 220 92 68 0 0.58 0.69 0.14 9.47 0.68 0.56
Hex DC 5C 44 0 3A 45 E 9 44 38
Octal 334 134 104 0 72 105 16 11 104 70
Binary 11011100 1011100 1000100 0 111010 1000101 1110 1001 1000100 111000

Color Harmonies of #DC5C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C44

Black with #DC5C44

Text Example


Text Example

White with #DC5C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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