Html Css Color HEX #DC5C4F Flamingo

📋 copy color: '#DC5C4F'

red 220 ◦ green 92 ◦ blue 79

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

Shades of Flamingo #DC5C4F

Tints of Flamingo #DC5C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 56.27%
G = 23.53%
B = 20.2%

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

#DC5C4F (or 0xDC5C4F) is known color: Flamingo. HEX triplet: DC, 5C and 4F. RGB value is (220,92,79). Sum of RGB (Red+Green+Blue) = 220+92+79=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C4F is #23A3B0. Grayscale: #808080. Windows color (decimal): -2335665 or 5201116. OLE color: 5201116.

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

Color convert

RGB 220 92 79 -
CMYK 0 0.58 0.64 0.14
HSL 5.53º 0.67% 0.59% -
HSV(B) 5.53º 0.64% 0.86% -
XYZ 34.75 23.43 10.09 -
YUV 128.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 220 92 79 0 0.58 0.64 0.14 5.53 0.67 0.59
Hex DC 5C 4F 0 3A 40 E 6 43 3B
Octal 334 134 117 0 72 100 16 6 103 73
Binary 11011100 1011100 1001111 0 111010 1000000 1110 110 1000011 111011

Color Harmonies of #DC5C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C4F

Black with #DC5C4F

Text Example


Text Example

White with #DC5C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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