Html Css Color HEX #DC5D4A Flamingo

📋 copy color: '#DC5D4A'

red 220 ◦ green 93 ◦ blue 74

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

Shades of Flamingo #DC5D4A

Tints of Flamingo #DC5D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 56.85%
G = 24.03%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC5D4A (or 0xDC5D4A) is known color: Flamingo. HEX triplet: DC, 5D and 4A. RGB value is (220,93,74). Sum of RGB (Red+Green+Blue) = 220+93+74=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D4A is #23A2B5. Grayscale: #818181. Windows color (decimal): -2335414 or 4873692. OLE color: 4873692.

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

Color convert

RGB 220 93 74 -
CMYK 0 0.58 0.66 0.14
HSL 7.81º 0.68% 0.58% -
HSV(B) 7.81º 0.66% 0.86% -
XYZ 34.67 23.54 9.19 -
YUV 128.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 220 93 74 0 0.58 0.66 0.14 7.81 0.68 0.58
Hex DC 5D 4A 0 3A 42 E 8 44 3A
Octal 334 135 112 0 72 102 16 10 104 72
Binary 11011100 1011101 1001010 0 111010 1000010 1110 1000 1000100 111010

Color Harmonies of #DC5D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D4A

Black with #DC5D4A

Text Example


Text Example

White with #DC5D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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