Html Css Color HEX #DC5C49 Flamingo

📋 copy color: '#DC5C49'

red 220 ◦ green 92 ◦ blue 73

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

Shades of Flamingo #DC5C49

Tints of Flamingo #DC5C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 57.14%
G = 23.9%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC5C49 (or 0xDC5C49) is known color: Flamingo. HEX triplet: DC, 5C and 49. RGB value is (220,92,73). Sum of RGB (Red+Green+Blue) = 220+92+73=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C49 is #23A3B6. Grayscale: #808080. Windows color (decimal): -2335671 or 4807900. OLE color: 4807900.

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

Color convert

RGB 220 92 73 -
CMYK 0 0.58 0.67 0.14
HSL 7.76º 0.68% 0.57% -
HSV(B) 7.76º 0.67% 0.86% -
XYZ 34.54 23.35 8.99 -
YUV 128.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 220 92 73 0 0.58 0.67 0.14 7.76 0.68 0.57
Hex DC 5C 49 0 3A 43 E 8 44 39
Octal 334 134 111 0 72 103 16 10 104 71
Binary 11011100 1011100 1001001 0 111010 1000011 1110 1000 1000100 111001

Color Harmonies of #DC5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C49

Black with #DC5C49

Text Example


Text Example

White with #DC5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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