Html Css Color HEX #DC5C50 Flamingo

📋 copy color: '#DC5C50'

red 220 ◦ green 92 ◦ blue 80

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

Shades of Flamingo #DC5C50

Tints of Flamingo #DC5C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 56.12%
G = 23.47%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC5C50 (or 0xDC5C50) is known color: Flamingo. HEX triplet: DC, 5C and 50. RGB value is (220,92,80). Sum of RGB (Red+Green+Blue) = 220+92+80=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C50 is #23A3AF. Grayscale: #818181. Windows color (decimal): -2335664 or 5266652. OLE color: 5266652.

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

Color convert

RGB 220 92 80 -
CMYK 0 0.58 0.64 0.14
HSL 5.14º 0.67% 0.59% -
HSV(B) 5.14º 0.64% 0.86% -
XYZ 34.79 23.45 10.28 -
YUV 128.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 220 92 80 0 0.58 0.64 0.14 5.14 0.67 0.59
Hex DC 5C 50 0 3A 40 E 5 43 3B
Octal 334 134 120 0 72 100 16 5 103 73
Binary 11011100 1011100 1010000 0 111010 1000000 1110 101 1000011 111011

Color Harmonies of #DC5C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C50

Black with #DC5C50

Text Example


Text Example

White with #DC5C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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