Html Css Color HEX #DC5C4A Flamingo

📋 copy color: '#DC5C4A'

red 220 ◦ green 92 ◦ blue 74

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

Shades of Flamingo #DC5C4A

Tints of Flamingo #DC5C4A

RGB

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

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

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

R = 56.99%
G = 23.83%
B = 19.17%

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

#DC5C4A (or 0xDC5C4A) is known color: Flamingo. HEX triplet: DC, 5C and 4A. RGB value is (220,92,74). Sum of RGB (Red+Green+Blue) = 220+92+74=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C4A is #23A3B5. Grayscale: #808080. Windows color (decimal): -2335670 or 4873436. OLE color: 4873436.

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

Color convert

RGB 220 92 74 -
CMYK 0 0.58 0.66 0.14
HSL 7.4º 0.68% 0.58% -
HSV(B) 7.4º 0.66% 0.86% -
XYZ 34.58 23.36 9.17 -
YUV 128.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 220 92 74 0 0.58 0.66 0.14 7.4 0.68 0.58
Hex DC 5C 4A 0 3A 42 E 7 44 3A
Octal 334 134 112 0 72 102 16 7 104 72
Binary 11011100 1011100 1001010 0 111010 1000010 1110 111 1000100 111010

Color Harmonies of #DC5C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C4A

Black with #DC5C4A

Text Example


Text Example

White with #DC5C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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