Html Css Color HEX #DC5E50 Flamingo

📋 copy color: '#DC5E50'

red 220 ◦ green 94 ◦ blue 80

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

Shades of Flamingo #DC5E50

Tints of Flamingo #DC5E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

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

R = 55.84%
G = 23.86%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC5E50 (or 0xDC5E50) is known color: Flamingo. HEX triplet: DC, 5E and 50. RGB value is (220,94,80). Sum of RGB (Red+Green+Blue) = 220+94+80=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E50 is #23A1AF. Grayscale: #828282. Windows color (decimal): -2335152 or 5267164. OLE color: 5267164.

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

Color convert

RGB 220 94 80 -
CMYK 0 0.57 0.64 0.14
HSL 0.67% 0.59% -
HSV(B) 0.64% 0.86% -
XYZ 34.97 23.8 10.34 -
YUV 130.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 220 94 80 0 0.57 0.64 0.14 6 0.67 0.59
Hex DC 5E 50 0 39 40 E 6 43 3B
Octal 334 136 120 0 71 100 16 6 103 73
Binary 11011100 1011110 1010000 0 111001 1000000 1110 110 1000011 111011

Color Harmonies of #DC5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E50

Black with #DC5E50

Text Example


Text Example

White with #DC5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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