Html Css Color HEX #DC5C46 Flamingo

📋 copy color: '#DC5C46'

red 220 ◦ green 92 ◦ blue 70

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

Shades of Flamingo #DC5C46

Tints of Flamingo #DC5C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 57.59%
G = 24.08%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC5C46 (or 0xDC5C46) is known color: Flamingo. HEX triplet: DC, 5C and 46. RGB value is (220,92,70). Sum of RGB (Red+Green+Blue) = 220+92+70=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C46 is #23A3B9. Grayscale: #7F7F7F. Windows color (decimal): -2335674 or 4611292. OLE color: 4611292.

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

Color convert

RGB 220 92 70 -
CMYK 0 0.58 0.68 0.14
HSL 8.8º 0.68% 0.57% -
HSV(B) 8.8º 0.68% 0.86% -
XYZ 34.45 23.31 8.48 -
YUV 127.76 95.41 193.79 -
System Red Green Blue C M Y K H S L
Decimal 220 92 70 0 0.58 0.68 0.14 8.8 0.68 0.57
Hex DC 5C 46 0 3A 44 E 9 44 39
Octal 334 134 106 0 72 104 16 11 104 71
Binary 11011100 1011100 1000110 0 111010 1000100 1110 1001 1000100 111001

Color Harmonies of #DC5C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C46

Black with #DC5C46

Text Example


Text Example

White with #DC5C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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